Class: DatadogAPIClient::V2::APIKeysResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::APIKeysResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/api_keys_response.rb
Overview
Response for a list of API keys.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
Array of API keys.
-
#included ⇒ Object
Array of objects related to the API key.
-
#meta ⇒ Object
Additional information related to api keys response.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/api_keys_response.rb', line 33 def additional_properties @additional_properties end |
#data ⇒ Object
Array of API keys.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/api_keys_response.rb', line 25 def data @data end |
#included ⇒ Object
Array of objects related to the API key.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/api_keys_response.rb', line 28 def included @included end |
#meta ⇒ Object
Additional information related to api keys response.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/api_keys_response.rb', line 31 def @meta end |