View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListRatePlansResponse (google_api_apigee v0.46.0)

Response for ListRatePlans.

Attributes

  • 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.
  • ratePlans (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RatePlan.t), default: nil) - List of rate plans in an organization.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListRatePlansResponse{
  nextStartKey: String.t() | nil,
  ratePlans: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RatePlan.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.