RulePathMatch

data class RulePathMatch(val caseSensitive: Boolean? = null, val match: RulePathMatchType)

Constructors

Link copied to clipboard
constructor(caseSensitive: Boolean? = null, match: RulePathMatchType)

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 type of path match.