docs/LibraryItemScreenshot.md in ultracart_api-3.10.220 vs docs/LibraryItemScreenshot.md in ultracart_api-4.0.32.rc

- old
+ new

@@ -1,9 +1,20 @@ -# UltracartClient::LibraryItemScreenshot - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**default_url** | **BOOLEAN** | | [optional] -**screenshot_url** | **String** | | [optional] - - +# UltracartClient::LibraryItemScreenshot + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **default_url** | **Boolean** | | [optional] | +| **screenshot_url** | **String** | | [optional] | + +## Example + +```ruby +require 'ultracart_api' + +instance = UltracartClient::LibraryItemScreenshot.new( + default_url: null, + screenshot_url: null +) +``` +