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