Class: DatadogAPIClient::V1::ApplicationKey
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::ApplicationKey
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/application_key.rb
Overview
An application key with its associated metadata.
Instance Attribute Summary collapse
-
#_hash ⇒ Object
readonly
Hash of an application key.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#name ⇒ Object
Name of an application key.
-
#owner ⇒ Object
Owner of an application key.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_hash ⇒ Object
Hash of an application key.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/application_key.rb', line 25 def _hash @_hash end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/application_key.rb', line 33 def additional_properties @additional_properties end |
#name ⇒ Object
Name of an application key.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/application_key.rb', line 28 def name @name end |
#owner ⇒ Object
Owner of an application key.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/application_key.rb', line 31 def owner @owner end |