View Source GoogleApi.AnalyticsHub.V1.Model.SubscribeDataExchangeRequest (google_api_analytics_hub v0.5.0)

Message for subscribing to a Data Exchange.

Attributes

  • destination (type: String.t, default: nil) - Required. The parent resource path of the Subscription. e.g. projects/subscriberproject/locations/US
  • destinationDataset (type: GoogleApi.AnalyticsHub.V1.Model.DestinationDataset.t, default: nil) - Optional. BigQuery destination dataset to create for the subscriber.
  • subscriberContact (type: String.t, default: nil) - Email of the subscriber.
  • subscription (type: String.t, default: nil) - Required. Name of the subscription to create. e.g. subscription1

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsHub.V1.Model.SubscribeDataExchangeRequest{
  destination: String.t() | nil,
  destinationDataset:
    GoogleApi.AnalyticsHub.V1.Model.DestinationDataset.t() | nil,
  subscriberContact: String.t() | nil,
  subscription: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.