Class: DatadogAPIClient::V2::EscalationPolicyStepAttributes

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

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/escalation_policy_step_attributes.rb', line 30

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_step_attributes.rb', line 25

def assignment
  @assignment
end

#escalate_after_secondsObject

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