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.
Constructors
Link copied to clipboard
fun EmailNotificationResponse(customEmails: List<String>? = null, sendToSubscriptionAdministrator: Boolean? = null, sendToSubscriptionCoAdministrators: Boolean? = null)