WafRuleRateLimitStatus

data class WafRuleRateLimitStatus(val code: String? = null, val count: Int? = null, val ratio: Int? = null)

Constructors

Link copied to clipboard
constructor(code: String? = null, count: Int? = null, ratio: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null
Link copied to clipboard
val count: Int? = null
Link copied to clipboard
val ratio: Int? = null