Class: DatadogAPIClient::V2::ProjectRelationships
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::ProjectRelationships
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/project_relationships.rb
 
Overview
Project relationships
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #member_team  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Relationship between a team and a team link.
 - 
  
    
      #member_user  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Relationship to users.
 
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/project_relationships.rb', line 30 def additional_properties @additional_properties end  | 
  
#member_team ⇒ Object
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_user ⇒ Object
Relationship to users.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/project_relationships.rb', line 28 def member_user @member_user end  |