EndpointModelSkuRateLimitRulePropertiesResponse

data class EndpointModelSkuRateLimitRulePropertiesResponse(val count: Double? = null, val dynamicThrottlingEnabled: Boolean? = null, val key: String? = null, val matchPatterns: List<EndpointModelSkuRateLimitRulePatternPropertiesResponse>? = null, val minCount: Double? = null, val renewalPeriod: Double? = null)

Constructors

constructor(count: Double? = null, dynamicThrottlingEnabled: Boolean? = null, key: String? = null, matchPatterns: List<EndpointModelSkuRateLimitRulePatternPropertiesResponse>? = null, minCount: Double? = null, renewalPeriod: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Double? = null
Link copied to clipboard

If the dynamic throttling is enabled.

Link copied to clipboard
val key: String? = null
Link copied to clipboard
val minCount: Double? = null
Link copied to clipboard
val renewalPeriod: Double? = null