GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Quota (google_api_apigee v0.20.0) View Source
Quota contains the essential parameters needed that can be applied on a proxy/remote service, resources and methods combination associated with this API product. While setting of Quota is optional, setting it prevents requests from exceeding the provisioned parameters.
Attributes
-
interval
(type:String.t
, default:nil
) - Required. The time interval over which the number of request messages is calculated. -
limit
(type:String.t
, default:nil
) - Required. Limit represents the upper bound count allowed for the time interval and time unit specified. Requests exceeding this limit will get rejected. -
timeUnit
(type:String.t
, default:nil
) - The time unit defined for theinterval
. Valid values include minute, hour, day, or month. The default value is empty. If limit and interval are valid, the default value is "hour".
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.