UsagePlanThrottleSettings

data class UsagePlanThrottleSettings(val burstLimit: Int? = null, val rateLimit: Double? = null)

Constructors

Link copied to clipboard
constructor(burstLimit: Int? = null, rateLimit: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val burstLimit: Int? = null

The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity.

Link copied to clipboard
val rateLimit: Double? = null

The API request steady-state rate limit.