Class: DatadogAPIClient::V2::ListApplicationKeysResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ListApplicationKeysResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/list_application_keys_response.rb
Overview
Response for a list of application keys.
Instance Attribute Summary collapse
-
#data ⇒ Object
Array of application keys.
-
#included ⇒ Object
Array of objects related to the application key.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#data ⇒ Object
Array of application keys.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/list_application_keys_response.rb', line 29 def data @data end |
#included ⇒ Object
Array of objects related to the application key.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/list_application_keys_response.rb', line 32 def included @included end |