EmailNotificationResponse

data class EmailNotificationResponse(val customEmails: List<String>? = null, val sendToSubscriptionAdministrator: Boolean? = null, val sendToSubscriptionCoAdministrators: Boolean? = null)

Email notification of an autoscale event.

Constructors

Link copied to clipboard
constructor(customEmails: List<String>? = null, sendToSubscriptionAdministrator: Boolean? = null, sendToSubscriptionCoAdministrators: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customEmails: List<String>? = null

the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored.

Link copied to clipboard

a value indicating whether to send email to subscription administrator.

Link copied to clipboard

a value indicating whether to send email to subscription co-administrators.