RulePathMatchType

data class RulePathMatchType(val exact: String? = null, val prefix: String? = null)

Constructors

Link copied to clipboard
constructor(exact: String? = null, prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val exact: String? = null

An exact match of the path.

Link copied to clipboard
val prefix: String? = null

A prefix match of the path.