Class: DatadogAPIClient::V2::RoutingRuleEscalationPolicyActionSupportHours

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#restrictionsObject

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_zoneObject

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