Sha256: 848424bb439f7079f4f8f6cd12878ff40cdbb20c6f02d7e4b47bff4ea4067a87
Contents?: true
Size: 687 Bytes
Versions: 196
Compression:
Stored size: 687 Bytes
Contents
# UltracartClient::LibraryItemsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **items** | [**Array<LibraryItem>**](LibraryItem.md) | Library items | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::LibraryItemsResponse.new( error: null, items: null, metadata: null, success: null, warning: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems