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

Quota contains the essential parameters needed that can be applied on the resources, methods, API source combination associated with this API product. While Quota is optional, setting it prevents requests from exceeding the provisioned parameters.

Attributes

  • interval (type: String.t, default: nil) - Required. Time interval over which the number of request messages is calculated.
  • limit (type: String.t, default: nil) - Required. Upper limit allowed for the time interval and time unit specified. Requests exceeding this limit will be rejected.
  • timeUnit (type: String.t, default: nil) - Time unit defined for the interval. Valid values include minute, hour, day, or month. If limit and interval are valid, the default value is hour; otherwise, the default is null.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Quota{
  interval: String.t() | nil,
  limit: String.t() | nil,
  timeUnit: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.