ActionsResponse

data class ActionsResponse(val actionGroups: List<String>? = null, val actionProperties: Map<String, String>? = null, val customProperties: Map<String, String>? = null)

Actions to invoke when the alert fires.

Constructors

Link copied to clipboard
constructor(actionGroups: List<String>? = null, actionProperties: Map<String, String>? = null, customProperties: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actionGroups: List<String>? = null

Action Group resource Ids to invoke when the alert fires.

Link copied to clipboard

The properties of an action properties.

Link copied to clipboard

The properties of an alert payload.