Class: DatadogAPIClient::V1::ApiKey
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::ApiKey
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/api_key.rb
Overview
Datadog API key.
Instance Attribute Summary collapse
-
#created ⇒ Object
Date of creation of the API key.
-
#created_by ⇒ Object
Datadog user handle that created the API key.
-
#key ⇒ Object
readonly
API key.
-
#name ⇒ Object
Name of your API key.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#created ⇒ Object
Date of creation of the API key.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/api_key.rb', line 29 def created @created end |
#created_by ⇒ Object
Datadog user handle that created the API key.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/api_key.rb', line 32 def created_by @created_by end |
#key ⇒ Object
API key.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/api_key.rb', line 35 def key @key end |
#name ⇒ Object
Name of your API key.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/api_key.rb', line 38 def name @name end |