| Name | Type | Description | Notes |
|---|---|---|---|
| data | FullAPIKey | [optional] | |
| included | Array<APIKeyResponseIncludedItem> | Array of objects related to the API key. | [optional] |
require 'datadog_api_client/v2'
instance = DatadogAPIClient::V2::APIKeyResponse.new(
data: null,
included: null
)