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

Information about an associated Analytics Hub subscription (https://cloud.google.com/bigquery/docs/analytics-hub-manage-subscriptions).

Attributes

  • listing (type: String.t, default: nil) - Optional. The name of the associated Analytics Hub listing resource. Pattern: "projects/{project}/locations/{location}/dataExchanges/{data_exchange}/listings/{listing}"
  • subscription (type: String.t, default: nil) - Optional. The name of the associated Analytics Hub subscription resource. Pattern: "projects/{project}/locations/{location}/subscriptions/{subscription}"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsHub.V1.Model.AnalyticsHubSubscriptionInfo{
  listing: String.t() | nil,
  subscription: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.