Email Notification Response
data class EmailNotificationResponse(val customEmails: List<String>? = null, val sendToSubscriptionAdministrator: Boolean? = null, val sendToSubscriptionCoAdministrators: Boolean? = null)
Email notification of an autoscale event.
Properties
Link copied to clipboard
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.