| Name | Type | Description | Notes |
|---|---|---|---|
| attributes | ApplicationKeyUpdateAttributes | ||
| id | String | ID of the application key. | |
| type | ApplicationKeysType | [default to 'application_keys'] |
require 'datadog_api_client/v2'
instance = DatadogAPIClient::V2::ApplicationKeyUpdateData.new(
attributes: null,
id: 00112233-4455-6677-8899-aabbccddeeff,
type: null
)