docs/v1/Log.md in datadog_api_client-1.4.0 vs docs/v1/Log.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,13 +1,13 @@
# DatadogAPIClient::V1::Log
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **content** | [**LogContent**](LogContent.md) | | [optional] |
-| **id** | **String** | Unique ID of the Log. | [optional] |
+| Name | Type | Description | Notes |
+| ----------- | ------------------------------- | --------------------- | ---------- |
+| **content** | [**LogContent**](LogContent.md) | | [optional] |
+| **id** | **String** | Unique ID of the Log. | [optional] |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -15,6 +15,5 @@
instance = DatadogAPIClient::V1::Log.new(
content: null,
id: AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA
)
```
-