Sha256: 0c9dda11f4448c8bfbda3588b6347f1e848b28cccc106fd76a2fdb4bcd1b8cc4
Contents?: true
Size: 471 Bytes
Versions: 6
Compression:
Stored size: 471 Bytes
Contents
# TalonOne::CatalogSyncRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **actions** | [**Array<CatalogAction>**](CatalogAction.md) | | **version** | **Integer** | The version number of the catalog to apply the actions on. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CatalogSyncRequest.new(actions: null, version: 244) ```
Version data entries
6 entries across 6 versions & 1 rubygems