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

- old
+ new

@@ -1,15 +1,15 @@ # DatadogAPIClient::V2::FullAPIKey ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **attributes** | [**FullAPIKeyAttributes**](FullAPIKeyAttributes.md) | | [optional] | -| **id** | **String** | ID of the API key. | [optional] | -| **relationships** | [**APIKeyRelationships**](APIKeyRelationships.md) | | [optional] | -| **type** | [**APIKeysType**](APIKeysType.md) | | [optional][default to 'api_keys'] | +| Name | Type | Description | Notes | +| ----------------- | --------------------------------------------------- | ------------------ | ----------------------------------------- | +| **attributes** | [**FullAPIKeyAttributes**](FullAPIKeyAttributes.md) | | [optional] | +| **id** | **String** | ID of the API key. | [optional] | +| **relationships** | [**APIKeyRelationships**](APIKeyRelationships.md) | | [optional] | +| **type** | [**APIKeysType**](APIKeysType.md) | | [optional][default to 'api_keys'] | ## Example ```ruby require 'datadog_api_client/v2' @@ -19,6 +19,5 @@ id: null, relationships: null, type: null ) ``` -