Class: DatadogAPIClient::V2::TeamHierarchyLinksResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TeamHierarchyLinksResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/team_hierarchy_links_response.rb
Overview
Team hierarchy links response
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
Team hierarchy links response data.
-
#included ⇒ Object
Included teams.
-
#links ⇒ Object
When querying team hierarchy links, a set of links for navigation between different pages is included.
-
#meta ⇒ Object
Metadata that is included in the response when querying the team hierarchy links.
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_hierarchy_links_response.rb', line 36 def additional_properties @additional_properties end |
#data ⇒ Object
Team hierarchy links response data
25 26 27 |
# File 'lib/datadog_api_client/v2/models/team_hierarchy_links_response.rb', line 25 def data @data end |
#included ⇒ Object
Included teams
28 29 30 |
# File 'lib/datadog_api_client/v2/models/team_hierarchy_links_response.rb', line 28 def included @included end |
#links ⇒ Object
When querying team hierarchy links, a set of links for navigation between different pages is included
31 32 33 |
# File 'lib/datadog_api_client/v2/models/team_hierarchy_links_response.rb', line 31 def links @links end |
#meta ⇒ Object
Metadata that is included in the response when querying the team hierarchy links
34 35 36 |
# File 'lib/datadog_api_client/v2/models/team_hierarchy_links_response.rb', line 34 def @meta end |