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
-
#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
#org ⇒ Object
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_orgs ⇒ Object
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_users ⇒ Object
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 |
#roles ⇒ Object
Relationship to roles.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/user_response_relationships.rb', line 38 def roles @roles end |