Automation Rule Add Incident Task Action Response
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
Link copied to clipboard
constructor(actionConfiguration: AddIncidentTaskActionPropertiesResponse? = null, actionType: String, order: Int)