Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 471 Bytes

CatalogSyncRequest.md

File metadata and controls

19 lines (12 loc) · 471 Bytes

TalonOne::CatalogSyncRequest

Properties

Name Type Description Notes
actions Array<CatalogAction>
version Integer The version number of the catalog to apply the actions on. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::CatalogSyncRequest.new(actions: null,
                                 version: 244)