Class: DatadogAPIClient::V2::OrgAuthorizedClientRelationshipUserAuthorizedClientsLinks
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OrgAuthorizedClientRelationshipUserAuthorizedClientsLinks
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/org_authorized_client_relationship_user_authorized_clients_links.rb
Overview
Links for the user authorized clients relationship.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#related ⇒ Object
readonly
Link to the user authorized clients for this org authorized client.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/org_authorized_client_relationship_user_authorized_clients_links.rb', line 27 def additional_properties @additional_properties end |
#related ⇒ Object
Link to the user authorized clients for this org authorized client.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/org_authorized_client_relationship_user_authorized_clients_links.rb', line 25 def @related end |