Sha256: 7ac6b1d625f507a2abd937b7b486b6476d376074c587f77f54201935a5535dbb
Contents?: true
Size: 744 Bytes
Versions: 198
Compression:
Stored size: 744 Bytes
Contents
# UltracartClient::ScreenshotsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **screenshots** | **Array<String>** | List of screenshot urls related to the object (depends on which method was called). | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ScreenshotsResponse.new( error: null, metadata: null, screenshots: null, success: null, warning: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems