AutoscaleNotificationResponse

data class AutoscaleNotificationResponse(val email: EmailNotificationResponse? = null, val operation: String, val webhooks: List<WebhookNotificationResponse>? = null)

Autoscale notification.

Constructors

Link copied to clipboard
constructor(email: EmailNotificationResponse? = null, operation: String, webhooks: List<WebhookNotificationResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the email notification.

Link copied to clipboard

the operation associated with the notification and its value must be "scale"

Link copied to clipboard

the collection of webhook notifications.