AutomationRuleAddIncidentTaskActionResponse

data class AutomationRuleAddIncidentTaskActionResponse(val actionConfiguration: AddIncidentTaskActionPropertiesResponse? = null, val actionType: String, val order: Int)

Describes an automation rule action to add a task to an incident

Constructors

constructor(actionConfiguration: AddIncidentTaskActionPropertiesResponse? = null, actionType: String, order: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes an automation rule action to add a task to an incident.

Link copied to clipboard

The type of the automation rule action. Expected value is 'AddIncidentTask'.

Link copied to clipboard
val order: Int