AutoscaleSettingNotificationWebhook

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

A map of settings.

Link copied to clipboard

The HTTPS URI which should receive scale notifications.