Class: DatadogAPIClient::V2::CaseAutomationRuleState

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseEnumModel

included