docs/IntegrationLogFile.md in ultracart_api-3.10.220 vs docs/IntegrationLogFile.md in ultracart_api-4.0.32.rc
- old
+ new
@@ -1,11 +1,24 @@
-# UltracartClient::IntegrationLogFile
-
-## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
-**mime_type** | **String** | | [optional]
-**name** | **String** | | [optional]
-**size** | **Integer** | | [optional]
-**uuid** | **String** | | [optional]
-
-
+# UltracartClient::IntegrationLogFile
+
+## Properties
+
+| Name | Type | Description | Notes |
+| ---- | ---- | ----------- | ----- |
+| **mime_type** | **String** | | [optional] |
+| **name** | **String** | | [optional] |
+| **size** | **Integer** | | [optional] |
+| **uuid** | **String** | | [optional] |
+
+## Example
+
+```ruby
+require 'ultracart_api'
+
+instance = UltracartClient::IntegrationLogFile.new(
+ mime_type: null,
+ name: null,
+ size: null,
+ uuid: null
+)
+```
+