EmailRoutingCatchAllAction

data class EmailRoutingCatchAllAction(val type: String, val values: List<String>? = null)

Constructors

Link copied to clipboard
constructor(type: String, values: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of action for catch-all rule. Available values: "drop", "forward", "worker".

Link copied to clipboard
val values: List<String>? = null