| Name | Type | Description | Notes |
|---|---|---|---|
| attributes | APIKeyUpdateAttributes | ||
| id | String | ID of the API key. | |
| type | APIKeysType | [default to 'api_keys'] |
require 'datadog_api_client/v2'
instance = DatadogAPIClient::V2::APIKeyUpdateData.new(
attributes: null,
id: 00112233-4455-6677-8899-aabbccddeeff,
type: null
)