Class: DatadogAPIClient::V2::UserResponseRelationships

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#orgObject

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_orgsObject

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_usersObject

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

#rolesObject

Relationship to roles.



34
35
36
# File 'lib/datadog_api_client/v2/models/user_response_relationships.rb', line 34

def roles
  @roles
end