GoogleCloudApigeeV1QuotaResponse

data class GoogleCloudApigeeV1QuotaResponse(val interval: String, val limit: String, val timeUnit: String)

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.

Constructors

Link copied to clipboard
fun GoogleCloudApigeeV1QuotaResponse(interval: String, limit: String, timeUnit: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time interval over which the number of request messages is calculated.

Link copied to clipboard

Upper limit allowed for the time interval and time unit specified. Requests exceeding this limit will be rejected.

Link copied to clipboard

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.