# 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 ) ```