GetEmailRoutingAddressesResult

data class GetEmailRoutingAddressesResult(val created: String, val email: String, val id: String, val modified: String, val tag: String, val verified: String)

Constructors

Link copied to clipboard
constructor(created: String, email: String, id: String, modified: String, tag: String, verified: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time the destination address has been created.

Link copied to clipboard

The contact email address of the user.

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.