EmailReceiverResponse

data class EmailReceiverResponse(val emailAddress: String, val name: String, val status: String, val useCommonAlertSchema: Boolean? = null)

An email receiver.

Constructors

Link copied to clipboard
constructor(emailAddress: String, name: String, status: String, useCommonAlertSchema: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The email address of this receiver.

Link copied to clipboard

The name of the email receiver. Names must be unique across all receivers within an action group.

Link copied to clipboard

The receiver status of the e-mail.

Link copied to clipboard

Indicates whether to use common alert schema.