Class: DatadogAPIClient::V2::UserTeamsResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UserTeamsResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/user_teams_response.rb
Overview
Team memberships response
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
Team memberships response data.
-
#included ⇒ Object
Resources related to the team memberships.
-
#links ⇒ Object
Teams response links.
-
#meta ⇒ Object
Teams response metadata.
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/user_teams_response.rb', line 36 def additional_properties @additional_properties end |
#data ⇒ Object
Team memberships response data
25 26 27 |
# File 'lib/datadog_api_client/v2/models/user_teams_response.rb', line 25 def data @data end |
#included ⇒ Object
Resources related to the team memberships
28 29 30 |
# File 'lib/datadog_api_client/v2/models/user_teams_response.rb', line 28 def included @included end |
#links ⇒ Object
Teams response links.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/user_teams_response.rb', line 31 def links @links end |
#meta ⇒ Object
Teams response metadata.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/user_teams_response.rb', line 34 def @meta end |