google_api_reseller v0.12.0 GoogleApi.Reseller.V1.Model.Subscriptions View Source
JSON template for a subscription list.
Attributes
-
kind(type:String.t, default:reseller#subscriptions) - Identifies the resource as a collection of subscriptions. Value: reseller#subscriptions -
nextPageToken(type:String.t, default:nil) - The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results. -
subscriptions(type:list(GoogleApi.Reseller.V1.Model.Subscription.t), default:nil) - The subscriptions in this page of results.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Reseller.V1.Model.Subscriptions{
kind: String.t(),
nextPageToken: String.t(),
subscriptions: [GoogleApi.Reseller.V1.Model.Subscription.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.