GetEmailRoutingSettingsResult

data class GetEmailRoutingSettingsResult(val created: String, val enabled: Boolean, val id: String, val modified: String, val name: String, val skipWizard: Boolean, val status: String, val tag: String, val zoneId: String)

A collection of values returned by getEmailRoutingSettings.

Constructors

Link copied to clipboard
constructor(created: String, enabled: Boolean, id: String, modified: String, name: String, skipWizard: Boolean, status: String, tag: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time the settings have been created.

Link copied to clipboard

State of the zone settings for Email Routing.

Link copied to clipboard
val id: String

Email Routing settings identifier.

Link copied to clipboard

The date and time the settings have been modified.

Link copied to clipboard

Domain of your zone.

Link copied to clipboard

Flag to check if the user skipped the configuration wizard.

Link copied to clipboard

Show the state of your account, and the type or configuration error. Available values: "ready", "unconfigured", "misconfigured", "misconfigured/locked", "unlocked".

Link copied to clipboard
val tag: String

Email Routing settings tag. (Deprecated, replaced by Email Routing settings identifier)

Link copied to clipboard

Identifier.