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 to match on. Required for type of literal.

Link copied to clipboard

Type of matcher. Available values: literal, all

Link copied to clipboard
val value: String? = null

Value to match on. Required for type of literal.