GoogleCloudApigeeV1RateRangeArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudApigeeV1RateRangeArgs

Properties

Link copied to clipboard
val end: Output<String>? = null

Ending value of the range. Set to 0 or null for the last range of values.

Link copied to clipboard
val fee: Output<GoogleTypeMoneyArgs>? = null

Fee to charge when total number of API calls falls within this range.

Link copied to clipboard
val start: Output<String>? = null

Starting value of the range. Set to 0 or null for the initial range of values.