Class: DatadogAPIClient::V2::ListApplicationKeysResponse

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#dataObject

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

#includedObject

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