Class: DatadogAPIClient::V2::TeamReferenceRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TeamReferenceRelationships
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/team_reference_relationships.rb
Overview
Collects the key relationship fields for a team reference, specifically on-call users.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#oncall_users ⇒ Object
Defines which users are on-call within a team, stored as an array of references.
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/team_reference_relationships.rb', line 27 def additional_properties @additional_properties end |
#oncall_users ⇒ Object
Defines which users are on-call within a team, stored as an array of references.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/team_reference_relationships.rb', line 25 def oncall_users @oncall_users end |