Class: DatadogAPIClient::V2::EscalationPolicyUpdateRequestDataAttributesStepsItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EscalationPolicyUpdateRequestDataAttributesStepsItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/escalation_policy_update_request_data_attributes_steps_items.rb
Overview
Defines a single escalation step within an escalation policy update request. Contains assignment strategy, escalation timeout, an optional step ID, and a list of targets.
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
Defines how many seconds to wait before escalating to the next step.
-
#id ⇒ Object
Specifies the unique identifier of this step.
-
#targets ⇒ Object
readonly
Specifies the collection of escalation targets for this step.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/escalation_policy_update_request_data_attributes_steps_items.rb', line 36 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_update_request_data_attributes_steps_items.rb', line 25 def assignment @assignment end |
#escalate_after_seconds ⇒ Object
Defines how many seconds to wait before escalating to the next step.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/escalation_policy_update_request_data_attributes_steps_items.rb', line 28 def escalate_after_seconds @escalate_after_seconds end |
#id ⇒ Object
Specifies the unique identifier of this step.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/escalation_policy_update_request_data_attributes_steps_items.rb', line 31 def id @id end |
#targets ⇒ Object
Specifies the collection of escalation targets for this step.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/escalation_policy_update_request_data_attributes_steps_items.rb', line 34 def targets @targets end |