RuleRuleConditionCookieConfigValue

data class RuleRuleConditionCookieConfigValue(val key: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
fun RuleRuleConditionCookieConfigValue(key: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

The key of the header field. The key must be 1 to 40 characters in length, and can contain letters, digits, hyphens (-) and underscores (_). The key does not support Cookie or Host.

Link copied to clipboard
val value: String? = null

The value of the values list.