GoogleCloudApigeeV1RevenueShareRangeArgs

data class GoogleCloudApigeeV1RevenueShareRangeArgs(val end: Output<String>? = null, val sharePercentage: Output<Double>? = null, val start: Output<String>? = null) : ConvertibleToJava<GoogleCloudApigeeV1RevenueShareRangeArgs>

API call volume range and the percentage of revenue to share with the developer when the total number of API calls is within the range.

Constructors

Link copied to clipboard
fun GoogleCloudApigeeV1RevenueShareRangeArgs(end: Output<String>? = null, sharePercentage: Output<Double>? = null, start: Output<String>? = null)

Functions

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

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 sharePercentage: Output<Double>? = null

Percentage of the revenue to be shared with the developer. For example, to share 21 percent of the total revenue with the developer, set this value to 21. Specify a decimal number with a maximum of two digits following the decimal point.

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.