ActionGroupEmailReceiver

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

Constructors

Link copied to clipboard
constructor(emailAddress: String, name: 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 (case-insensitive) across all receivers within an action group.

Link copied to clipboard

Enables or disables the common alert schema.