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

Reference to a linked resource tracked by this Subscription.

Attributes

  • linkedDataset (type: String.t, default: nil) - Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linked_dataset
  • linkedPubsubSubscription (type: String.t, default: nil) - Output only. Name of the Pub/Sub subscription, e.g. projects/subscriberproject/subscriptions/subscriptions/sub_id
  • listing (type: String.t, default: nil) - Output only. Listing for which linked resource is created.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsHub.V1.Model.LinkedResource{
  linkedDataset: String.t() | nil,
  linkedPubsubSubscription: String.t() | nil,
  listing: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.