docs/v2/ApplicationKeyCreateData.md in datadog_api_client-1.4.0 vs docs/v2/ApplicationKeyCreateData.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,13 +1,13 @@
# DatadogAPIClient::V2::ApplicationKeyCreateData
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **attributes** | [**ApplicationKeyCreateAttributes**](ApplicationKeyCreateAttributes.md) | | |
-| **type** | [**ApplicationKeysType**](ApplicationKeysType.md) | | [default to 'application_keys'] |
+| Name | Type | Description | Notes |
+| -------------- | ----------------------------------------------------------------------- | ----------- | --------------------------------------- |
+| **attributes** | [**ApplicationKeyCreateAttributes**](ApplicationKeyCreateAttributes.md) | | |
+| **type** | [**ApplicationKeysType**](ApplicationKeysType.md) | | [default to 'application_keys'] |
## Example
```ruby
require 'datadog_api_client/v2'
@@ -15,6 +15,5 @@
instance = DatadogAPIClient::V2::ApplicationKeyCreateData.new(
attributes: null,
type: null
)
```
-