GetEmailRoutingAddressResult

data class GetEmailRoutingAddressResult(val accountId: String, val created: String, val destinationAddressIdentifier: String? = null, val email: String, val filter: GetEmailRoutingAddressFilter? = null, val id: String, val modified: String, val tag: String, val verified: String)

A collection of values returned by getEmailRoutingAddress.

Constructors

Link copied to clipboard
constructor(accountId: String, created: String, destinationAddressIdentifier: String? = null, email: String, filter: GetEmailRoutingAddressFilter? = null, id: String, modified: String, tag: String, verified: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier.

Link copied to clipboard

The date and time the destination address has been created.

Link copied to clipboard

Destination address identifier.

Link copied to clipboard

The contact email address of the user.

Link copied to clipboard
Link copied to clipboard
val id: String

Destination address identifier.

Link copied to clipboard

The date and time the destination address was last modified.

Link copied to clipboard
val tag: String

Destination address tag. (Deprecated, replaced by destination address identifier)

Link copied to clipboard

The date and time the destination address has been verified. Null means not verified yet.