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

API call volume range and the fees charged when the total number of API calls is within the range.

Attributes

  • end (type: String.t, default: nil) - Ending value of the range. Set to 0 or null for the last range of values.
  • fee (type: GoogleApi.Apigee.V1.Model.GoogleTypeMoney.t, default: nil) - Fee to charge when total number of API calls falls within this range.
  • start (type: String.t, default: nil) - Starting value of the range. Set to 0 or null for the initial range of values.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RateRange{
  end: String.t() | nil,
  fee: GoogleApi.Apigee.V1.Model.GoogleTypeMoney.t() | nil,
  start: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.