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

- old
+ new

@@ -1,15 +1,15 @@ # DatadogAPIClient::V2::PartialAPIKeyAttributes ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **created_at** | **String** | Creation date of the API key. | [optional][readonly] | -| **last4** | **String** | The last four characters of the API key. | [optional][readonly] | -| **modified_at** | **String** | Date the API key was last modified. | [optional][readonly] | -| **name** | **String** | Name of the API key. | [optional] | +| Name | Type | Description | Notes | +| --------------- | ---------- | ---------------------------------------- | -------------------- | +| **created_at** | **String** | Creation date of the API key. | [optional][readonly] | +| **last4** | **String** | The last four characters of the API key. | [optional][readonly] | +| **modified_at** | **String** | Date the API key was last modified. | [optional][readonly] | +| **name** | **String** | Name of the API key. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' @@ -19,6 +19,5 @@ last4: abcd, modified_at: 2020-11-23T10:00:00.000Z, name: API Key for submitting metrics ) ``` -