UsagePlanThrottleSettingsArgs

data class UsagePlanThrottleSettingsArgs(val burstLimit: Output<Int>? = null, val rateLimit: Output<Double>? = null) : ConvertibleToJava<UsagePlanThrottleSettingsArgs>

Constructors

Link copied to clipboard
fun UsagePlanThrottleSettingsArgs(burstLimit: Output<Int>? = null, rateLimit: Output<Double>? = null)

Functions

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

Properties

Link copied to clipboard
val burstLimit: Output<Int>? = null
Link copied to clipboard
val rateLimit: Output<Double>? = null