Class: DatadogAPIClient::V2::OrgAuthorizedClientRelationshipUserAuthorizedClients
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OrgAuthorizedClientRelationshipUserAuthorizedClients
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/org_authorized_client_relationship_user_authorized_clients.rb
Overview
Relationship to the user authorized clients for this org authorized client.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
readonly
List of user authorized client relationship data objects.
-
#links ⇒ Object
readonly
Links for the user authorized clients relationship.
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/org_authorized_client_relationship_user_authorized_clients.rb', line 30 def additional_properties @additional_properties end |
#data ⇒ Object
List of user authorized client relationship data objects.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/org_authorized_client_relationship_user_authorized_clients.rb', line 25 def data @data end |
#links ⇒ Object
Links for the user authorized clients relationship.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/org_authorized_client_relationship_user_authorized_clients.rb', line 28 def links @links end |