Class: DatadogAPIClient::V2::TeamReferenceAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TeamReferenceAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/team_reference_attributes.rb
Overview
Encapsulates the basic attributes of a Team reference, such as name, handle, and an optional avatar or description.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#avatar ⇒ Object
URL or reference for the team's avatar (if available).
-
#description ⇒ Object
A short text describing the team.
-
#handle ⇒ Object
A unique handle/slug for the team.
-
#name ⇒ Object
The full, human-readable name of the team.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/team_reference_attributes.rb', line 36 def additional_properties @additional_properties end |
#avatar ⇒ Object
URL or reference for the team's avatar (if available).
25 26 27 |
# File 'lib/datadog_api_client/v2/models/team_reference_attributes.rb', line 25 def avatar @avatar end |
#description ⇒ Object
A short text describing the team.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/team_reference_attributes.rb', line 28 def description @description end |
#handle ⇒ Object
A unique handle/slug for the team.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/team_reference_attributes.rb', line 31 def handle @handle end |
#name ⇒ Object
The full, human-readable name of the team.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/team_reference_attributes.rb', line 34 def name @name end |