docs/v2/ApplicationKeyUpdateData.md in datadog_api_client-1.4.0 vs docs/v2/ApplicationKeyUpdateData.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,14 +1,14 @@ # DatadogAPIClient::V2::ApplicationKeyUpdateData ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **attributes** | [**ApplicationKeyUpdateAttributes**](ApplicationKeyUpdateAttributes.md) | | | -| **id** | **String** | ID of the application key. | | -| **type** | [**ApplicationKeysType**](ApplicationKeysType.md) | | [default to 'application_keys'] | +| Name | Type | Description | Notes | +| -------------- | ----------------------------------------------------------------------- | -------------------------- | --------------------------------------- | +| **attributes** | [**ApplicationKeyUpdateAttributes**](ApplicationKeyUpdateAttributes.md) | | | +| **id** | **String** | ID of the application key. | | +| **type** | [**ApplicationKeysType**](ApplicationKeysType.md) | | [default to 'application_keys'] | ## Example ```ruby require 'datadog_api_client/v2' @@ -17,6 +17,5 @@ attributes: null, id: 00112233-4455-6677-8899-aabbccddeeff, type: null ) ``` -