Class: DatadogAPIClient::V2::RelationshipToUserTeamUserData

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/relationship_to_user_team_user_data.rb

Overview

A user's relationship with a team

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#idObject

The ID of the user associated with the team



25
26
27
# File 'lib/datadog_api_client/v2/models/relationship_to_user_team_user_data.rb', line 25

def id
  @id
end

#typeObject

User team user type



28
29
30
# File 'lib/datadog_api_client/v2/models/relationship_to_user_team_user_data.rb', line 28

def type
  @type
end