Class: DatadogAPIClient::V2::ProjectRelationships

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

Overview

Project relationships

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#member_teamObject

Relationship between a team and a team link



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

def member_team
  @member_team
end

#member_userObject

Relationship to users.



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

def member_user
  @member_user
end