Automation Rule Run Playbook Action Response
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)