GoogleCloudApigeeV1RevenueShareRangeResponse

data class GoogleCloudApigeeV1RevenueShareRangeResponse(val end: String, val sharePercentage: Double, val start: String)

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: String

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

Link copied to clipboard

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

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