docs/AutoOrderLog.md in ultracart_api-3.10.220 vs docs/AutoOrderLog.md in ultracart_api-4.0.32.rc
- old
+ new
@@ -1,9 +1,20 @@
-# UltracartClient::AutoOrderLog
-
-## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
-**log_dts** | **String** | Date/time that the log message was added | [optional]
-**log_message** | **String** | Log message | [optional]
-
-
+# UltracartClient::AutoOrderLog
+
+## Properties
+
+| Name | Type | Description | Notes |
+| ---- | ---- | ----------- | ----- |
+| **log_dts** | **String** | Date/time that the log message was added | [optional] |
+| **log_message** | **String** | Log message | [optional] |
+
+## Example
+
+```ruby
+require 'ultracart_api'
+
+instance = UltracartClient::AutoOrderLog.new(
+ log_dts: null,
+ log_message: null
+)
+```
+