RuleRuleActionTrafficLimitConfig

data class RuleRuleActionTrafficLimitConfig(val perIpQps: Int? = null, val qps: Int? = null)

Constructors

Link copied to clipboard
constructor(perIpQps: Int? = null, qps: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val perIpQps: Int? = null
Link copied to clipboard
val qps: Int? = null