Class: DatadogAPIClient::V2::UserResponseRelationships
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::UserResponseRelationships
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/user_response_relationships.rb
 
Overview
Relationships of the user object returned by the API.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #org  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Relationship to an organization.
 - 
  
    
      #other_orgs  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Relationship to organizations.
 - 
  
    
      #other_users  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Relationship to users.
 - 
  
    
      #roles  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Relationship to roles.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      36 37 38  | 
    
      # File 'lib/datadog_api_client/v2/models/user_response_relationships.rb', line 36 def additional_properties @additional_properties end  | 
  
#org ⇒ Object
Relationship to an organization.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/user_response_relationships.rb', line 25 def org @org end  | 
  
#other_orgs ⇒ Object
Relationship to organizations.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/user_response_relationships.rb', line 28 def other_orgs @other_orgs end  | 
  
#other_users ⇒ Object
Relationship to users.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/user_response_relationships.rb', line 31 def other_users @other_users end  | 
  
#roles ⇒ Object
Relationship to roles.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/user_response_relationships.rb', line 34 def roles @roles end  |