View Source GoogleApi.AnalyticsHub.V1.Model.ListSubscriptionsResponse (google_api_analytics_hub v0.4.0)
Message for response to the listing of subscriptions.
Attributes
-
nextPageToken(type:String.t, default:nil) - Next page token. -
subscriptions(type:list(GoogleApi.AnalyticsHub.V1.Model.Subscription.t), default:nil) - The list of subscriptions.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AnalyticsHub.V1.Model.ListSubscriptionsResponse{ nextPageToken: String.t() | nil, subscriptions: [GoogleApi.AnalyticsHub.V1.Model.Subscription.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.