GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListRatePlansResponse (google_api_apigee v0.33.0) View Source
Response for ListRatePlans.
Attributes
-
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. -
ratePlans
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RatePlan.t)
, default:nil
) - List of rate plans in an organization.
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.GoogleCloudApigeeV1ListRatePlansResponse{ nextStartKey: String.t() | nil, ratePlans: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RatePlan.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.