AutomationRuleRunPlaybookActionResponse

data class AutomationRuleRunPlaybookActionResponse(val actionConfiguration: PlaybookActionPropertiesResponse? = null, val actionType: String, val order: Int)

Describes an automation rule action to run a playbook

Constructors

Link copied to clipboard
constructor(actionConfiguration: PlaybookActionPropertiesResponse? = 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 'RunPlaybook'.

Link copied to clipboard
val order: Int