View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse (google_api_apigee v0.46.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 as startKey to 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
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.