Class: DatadogAPIClient::V2::EscalationPolicyDataRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EscalationPolicyDataRelationships
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/escalation_policy_data_relationships.rb
Overview
Represents the relationships for an escalation policy, including references to steps and teams.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#steps ⇒ Object
readonly
Defines the relationship to a collection of steps within an escalation policy.
-
#teams ⇒ Object
Defines the relationship to a collection of teams within an escalation policy.
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_data_relationships.rb', line 30 def additional_properties @additional_properties end |
#steps ⇒ Object
Defines the relationship to a collection of steps within an escalation policy. Contains an array of step data references.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/escalation_policy_data_relationships.rb', line 25 def steps @steps end |
#teams ⇒ Object
Defines the relationship to a collection of teams within an escalation policy. Contains an array of team data references.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/escalation_policy_data_relationships.rb', line 28 def teams @teams end |