Class: DatadogAPIClient::V2::EscalationPolicyCreateRequestDataAttributesStepsItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EscalationPolicyCreateRequestDataAttributesStepsItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/escalation_policy_create_request_data_attributes_steps_items.rb
Overview
Defines a single escalation step within an escalation policy creation request. Contains assignment strategy, escalation timeout, 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.
-
#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.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/escalation_policy_create_request_data_attributes_steps_items.rb', line 33 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_create_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_create_request_data_attributes_steps_items.rb', line 28 def escalate_after_seconds @escalate_after_seconds end |
#targets ⇒ Object
Specifies the collection of escalation targets for this step.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/escalation_policy_create_request_data_attributes_steps_items.rb', line 31 def targets @targets end |