WebhookNotificationResponse

data class WebhookNotificationResponse(val properties: Map<String, String>? = null, val serviceUri: String? = null)

Webhook notification of an autoscale event.

Constructors

Link copied to clipboard
constructor(properties: Map<String, String>? = null, serviceUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val properties: Map<String, String>? = null

a property bag of settings. This value can be empty.

Link copied to clipboard
val serviceUri: String? = null

the service address to receive the notification.