# DatadogAPIClient::V2::APIKeyCreateAttributes ## Properties | Name | Type | Description | Notes | | -------- | ---------- | -------------------- | ----- | | **name** | **String** | Name of the API key. | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::APIKeyCreateAttributes.new( name: API Key for submitting metrics ) ```