GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse (google_api_apigee v0.36.1) View Source
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 asstartKey
to retrieve the next page of content. If this field is omitted, there are no subsequent pages.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse{ developerSubscriptions: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DeveloperSubscription.t()] | nil, nextStartKey: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.