Webhook Notification Response
data class WebhookNotificationResponse(val properties: Map<String, String>? = null, val serviceUri: String? = null)
Webhook notification of an autoscale event.
Webhook notification of an autoscale event.