RuleHeaderMatch

data class RuleHeaderMatch(val caseSensitive: Boolean? = null, val match: RuleHeaderMatchType, val name: String)

Constructors

Link copied to clipboard
constructor(caseSensitive: Boolean? = null, match: RuleHeaderMatchType, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caseSensitive: Boolean? = null

Indicates whether the match is case sensitive.

Link copied to clipboard

The header match type.

Link copied to clipboard

The name of the header.