Class: DatadogAPIClient::V2::UserTeamRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UserTeamRelationships
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/user_team_relationships.rb
Overview
Relationship between membership and a user
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#team ⇒ Object
Relationship between team membership and team.
-
#user ⇒ Object
Relationship between team membership and user.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/user_team_relationships.rb', line 30 def additional_properties @additional_properties end |
#team ⇒ Object
Relationship between team membership and team
25 26 27 |
# File 'lib/datadog_api_client/v2/models/user_team_relationships.rb', line 25 def team @team end |
#user ⇒ Object
Relationship between team membership and user
28 29 30 |
# File 'lib/datadog_api_client/v2/models/user_team_relationships.rb', line 28 def user @user end |