Automation Rule Run Playbook Action Response
data class AutomationRuleRunPlaybookActionResponse(val actionConfiguration: AutomationRuleRunPlaybookActionResponseActionConfiguration, val actionType: String, val order: Int)
Describes an automation rule action to run a playbook
Constructors
Link copied to clipboard
constructor(actionConfiguration: AutomationRuleRunPlaybookActionResponseActionConfiguration, actionType: String, order: Int)