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

Message for response when you subscribe to a listing.

Attributes

  • subscription (type: GoogleApi.AnalyticsHub.V1.Model.Subscription.t, default: nil) - Subscription object created from this subscribe action.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsHub.V1.Model.SubscribeListingResponse{
  subscription: GoogleApi.AnalyticsHub.V1.Model.Subscription.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.