AutomationRuleModifyPropertiesActionResponse

data class AutomationRuleModifyPropertiesActionResponse(val actionConfiguration: IncidentPropertiesActionResponse? = null, val actionType: String, val order: Int)

Describes an automation rule action to modify an object's properties

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val order: Int