View Source GoogleApi.AnalyticsHub.V1.Model.SubscribeListingRequest (google_api_analytics_hub v0.5.0)
Message for subscribing to a listing.
Attributes
-
destinationDataset
(type:GoogleApi.AnalyticsHub.V1.Model.DestinationDataset.t
, default:nil
) - Input only. BigQuery destination dataset to create for the subscriber. -
destinationPubsubSubscription
(type:GoogleApi.AnalyticsHub.V1.Model.DestinationPubSubSubscription.t
, default:nil
) - Required. Input only. Destination Pub/Sub subscription to create for the subscriber.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AnalyticsHub.V1.Model.SubscribeListingRequest{ destinationDataset: GoogleApi.AnalyticsHub.V1.Model.DestinationDataset.t() | nil, destinationPubsubSubscription: GoogleApi.AnalyticsHub.V1.Model.DestinationPubSubSubscription.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.