Class: DatadogAPIClient::V2::UserTeamRelationships

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#teamObject

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

#userObject

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