Class: DatadogAPIClient::V2::RoutingRuleEscalationPolicyActionSupportHours
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RoutingRuleEscalationPolicyActionSupportHours
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/routing_rule_escalation_policy_action_support_hours.rb
Overview
Support hours during which the escalation policy will be executed. Outside of these hours, the escalation policy will be on hold and triggered once the next support hours window starts. This is mutually exclusive with the top-level time_restriction field on the routing rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#restrictions ⇒ Object
The list of support hours time windows.
-
#time_zone ⇒ Object
readonly
The time zone in which the support hours are expressed.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/routing_rule_escalation_policy_action_support_hours.rb', line 30 def additional_properties @additional_properties end |
#restrictions ⇒ Object
The list of support hours time windows.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/routing_rule_escalation_policy_action_support_hours.rb', line 25 def restrictions @restrictions end |
#time_zone ⇒ Object
The time zone in which the support hours are expressed.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/routing_rule_escalation_policy_action_support_hours.rb', line 28 def time_zone @time_zone end |