Class: DatadogAPIClient::V2::EscalationPolicyStepAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EscalationPolicyStepAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/escalation_policy_step_attributes.rb
Overview
Defines attributes for an escalation policy step, such as assignment strategy and escalation timeout.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#assignment ⇒ Object
Specifies how this escalation step will assign targets (example
default
orround-robin
). -
#escalate_after_seconds ⇒ Object
Specifies how many seconds to wait before escalating to the next step.
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/escalation_policy_step_attributes.rb', line 30 def additional_properties @additional_properties end |
#assignment ⇒ Object
Specifies how this escalation step will assign targets (example default
or round-robin
).
25 26 27 |
# File 'lib/datadog_api_client/v2/models/escalation_policy_step_attributes.rb', line 25 def assignment @assignment end |
#escalate_after_seconds ⇒ Object
Specifies how many seconds to wait before escalating to the next step.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/escalation_policy_step_attributes.rb', line 28 def escalate_after_seconds @escalate_after_seconds end |