AddActionGroupsResponse

data class AddActionGroupsResponse(val actionGroupIds: List<String>, val actionType: String)

Add action groups to alert processing rule.

Constructors

Link copied to clipboard
constructor(actionGroupIds: List<String>, actionType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of action group Ids to add to alert processing rule.

Link copied to clipboard

Action that should be applied. Expected value is 'AddActionGroups'.