Waf Rule Rate Limit
data class WafRuleRateLimit(val interval: Int? = null, val status: WafRuleRateLimitStatus? = null, val subKey: String? = null, val target: String? = null, val threshold: Int? = null, val ttl: Int? = null)
Constructors
Link copied to clipboard
fun WafRuleRateLimit(interval: Int? = null, status: WafRuleRateLimitStatus? = null, subKey: String? = null, target: String? = null, threshold: Int? = null, ttl: Int? = null)