Google Cloud Apigee V1Rate Range Args
data class GoogleCloudApigeeV1RateRangeArgs(val end: Output<String>? = null, val fee: Output<GoogleTypeMoneyArgs>? = null, val start: Output<String>? = null) : ConvertibleToJava<GoogleCloudApigeeV1RateRangeArgs>
API call volume range and the fees charged when the total number of API calls is within the range.
Constructors
Link copied to clipboard
fun GoogleCloudApigeeV1RateRangeArgs(end: Output<String>? = null, fee: Output<GoogleTypeMoneyArgs>? = null, start: Output<String>? = null)