View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse (google_api_apigee v0.53.0)
Response for ListDeveloperSubscriptions.
Attributes
-
developerSubscriptions(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeveloperSubscription.t), default:nil) - List of all subscriptions. -
nextStartKey(type:String.t, default:nil) - Value that can be sent asstartKeyto retrieve the next page of content. If this field is omitted, there are no subsequent pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse{ developerSubscriptions: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeveloperSubscription.t()] | nil, nextStartKey: String.t() | nil }