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
-
#name ⇒ Object
Name of an application key.
-
#owner ⇒ Object
Owner of an application key.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#name ⇒ Object
Name of an application key.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/application_key.rb', line 32 def name @name end |
#owner ⇒ Object
Owner of an application key.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/application_key.rb', line 35 def owner @owner end |