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

#orgObject

Relationship to an organization.



29
30
31
# File 'lib/datadog_api_client/v2/models/user_response_relationships.rb', line 29

def org
  @org
end

#other_orgsObject

Relationship to organizations.



32
33
34
# File 'lib/datadog_api_client/v2/models/user_response_relationships.rb', line 32

def other_orgs
  @other_orgs
end

#other_usersObject

Relationship to users.



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

def other_users
  @other_users
end

#rolesObject

Relationship to roles.



38
39
40
# File 'lib/datadog_api_client/v2/models/user_response_relationships.rb', line 38

def roles
  @roles
end