Class: Google::Apis::AnalyticshubV1::SubscribeListingRequest
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticshubV1::SubscribeListingRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/analyticshub_v1/classes.rb,
lib/google/apis/analyticshub_v1/representations.rb,
lib/google/apis/analyticshub_v1/representations.rb
Overview
Message for subscribing to a listing.
Instance Attribute Summary collapse
-
#destination_dataset ⇒ Google::Apis::AnalyticshubV1::DestinationDataset
Defines the destination bigquery dataset.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SubscribeListingRequest
constructor
A new instance of SubscribeListingRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SubscribeListingRequest
Returns a new instance of SubscribeListingRequest.
1292 1293 1294 |
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 1292 def initialize(**args) update!(**args) end |
Instance Attribute Details
#destination_dataset ⇒ Google::Apis::AnalyticshubV1::DestinationDataset
Defines the destination bigquery dataset.
Corresponds to the JSON property destinationDataset
1290 1291 1292 |
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 1290 def destination_dataset @destination_dataset end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1297 1298 1299 |
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 1297 def update!(**args) @destination_dataset = args[:destination_dataset] if args.key?(:destination_dataset) end |