Autoscale Setting Notification
data class AutoscaleSettingNotification(val email: AutoscaleSettingNotificationEmail? = null, val webhooks: List<AutoscaleSettingNotificationWebhook>? = null)
Constructors
Link copied to clipboard
constructor(email: AutoscaleSettingNotificationEmail? = null, webhooks: List<AutoscaleSettingNotificationWebhook>? = null)