# DatadogAPIClient::V1::ApiKeyListResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **api_keys** | [**Array<ApiKey>**](ApiKey.md) | Array of API keys. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::ApiKeyListResponse.new( api_keys: null ) ```