Google Cloud Apigee V1Quota Args
    data class GoogleCloudApigeeV1QuotaArgs(val interval: Output<String>, val limit: Output<String>, val timeUnit: Output<String>? = null) : ConvertibleToJava<GoogleCloudApigeeV1QuotaArgs> 
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 GoogleCloudApigeeV1QuotaArgs(interval: Output<String>, limit: Output<String>, timeUnit: Output<String>? = null)