EmailRoutingRuleMatcher

data class EmailRoutingRuleMatcher(val field: String? = null, val type: String, val value: String? = null)

Constructors

Link copied to clipboard
constructor(field: String? = null, type: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val field: String? = null

Field for type matcher.

Link copied to clipboard

Type of matcher.

Link copied to clipboard
val value: String? = null

Value for matcher.