# DatadogAPIClient::V2::FullAPIKey ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**FullAPIKeyAttributes**](FullAPIKeyAttributes.md) | | [optional] | | **id** | **String** | ID of the API key. | [optional] | | **relationships** | [**APIKeyRelationships**](APIKeyRelationships.md) | | [optional] | | **type** | [**APIKeysType**](APIKeysType.md) | | [optional][default to 'api_keys'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::FullAPIKey.new( attributes: null, id: null, relationships: null, type: null ) ```