Class: Google::Apis::AnalyticshubV1beta1::SubscribeListingRequest
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticshubV1beta1::SubscribeListingRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/analyticshub_v1beta1/classes.rb,
lib/google/apis/analyticshub_v1beta1/representations.rb,
lib/google/apis/analyticshub_v1beta1/representations.rb
Overview
Message for subscribing to a listing.
Instance Attribute Summary collapse
-
#destination_dataset ⇒ Google::Apis::AnalyticshubV1beta1::GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset
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.
1087 1088 1089 |
# File 'lib/google/apis/analyticshub_v1beta1/classes.rb', line 1087 def initialize(**args) update!(**args) end |
Instance Attribute Details
#destination_dataset ⇒ Google::Apis::AnalyticshubV1beta1::GoogleCloudBigqueryDataexchangeV1beta1DestinationDataset
Defines the destination bigquery dataset.
Corresponds to the JSON property destinationDataset
1085 1086 1087 |
# File 'lib/google/apis/analyticshub_v1beta1/classes.rb', line 1085 def destination_dataset @destination_dataset end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1092 1093 1094 |
# File 'lib/google/apis/analyticshub_v1beta1/classes.rb', line 1092 def update!(**args) @destination_dataset = args[:destination_dataset] if args.key?(:destination_dataset) end |