google_api_mirror v0.7.0 GoogleApi.Mirror.V1.Model.SubscriptionsListResponse View Source
A list of Subscriptions. This is the response from the server to GET requests on the subscription collection.
Attributes
items
(type:list(GoogleApi.Mirror.V1.Model.Subscription.t)
, default:nil
) - The list of subscriptions.kind
(type:String.t
, default:mirror#subscriptionsList
) - The type of resource. This is always mirror#subscriptionsList.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Mirror.V1.Model.SubscriptionsListResponse{ items: [GoogleApi.Mirror.V1.Model.Subscription.t()], kind: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.