Class: DatadogAPIClient::V2::EscalationPolicyUpdateRequestDataAttributesStepsItems

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#assignmentObject

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_secondsObject

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

#idObject

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

#targetsObject

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