Class: DatadogAPIClient::V2::CaseAutomationRuleState
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CaseAutomationRuleState
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v2/models/case_automation_rule_state.rb
Overview
Whether the automation rule is active. Enabled rules trigger on matching case events; disabled rules are inactive but preserve their configuration.
Constant Summary collapse
- ENABLED =
"ENABLED".freeze
- DISABLED =
"DISABLED".freeze