Get Email Routing Catch All Result
data class GetEmailRoutingCatchAllResult(val actions: List<GetEmailRoutingCatchAllAction>, val enabled: Boolean, val id: String, val matchers: List<GetEmailRoutingCatchAllMatcher>, val name: String, val tag: String, val zoneId: String)
A collection of values returned by getEmailRoutingCatchAll.
Constructors
Link copied to clipboard
constructor(actions: List<GetEmailRoutingCatchAllAction>, enabled: Boolean, id: String, matchers: List<GetEmailRoutingCatchAllMatcher>, name: String, tag: String, zoneId: String)