Class: DatadogAPIClient::V2::EscalationPolicyCreateRequestDataRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EscalationPolicyCreateRequestDataRelationships
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/escalation_policy_create_request_data_relationships.rb
Overview
Represents relationships in an escalation policy creation 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 creation request, referencing the teams to be associated with 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_create_request_data_relationships.rb', line 27 def additional_properties @additional_properties end |
#teams ⇒ Object
Defines the relationship to teams within an escalation policy creation request, referencing the teams to be associated with the policy.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/escalation_policy_create_request_data_relationships.rb', line 25 def teams @teams end |