Class: DatadogAPIClient::V2::EscalationPolicyUpdateRequestDataRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EscalationPolicyUpdateRequestDataRelationships
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/escalation_policy_update_request_data_relationships.rb
Overview
Represents relationships in an escalation policy update request, including references to teams.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#teams ⇒ Object
Defines the relationship to teams within an escalation policy update request, referencing the teams to be associated with or removed from the policy.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/escalation_policy_update_request_data_relationships.rb', line 27 def additional_properties @additional_properties end |
#teams ⇒ Object
Defines the relationship to teams within an escalation policy update request, referencing the teams to be associated with or removed from the policy.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/escalation_policy_update_request_data_relationships.rb', line 25 def teams @teams end |