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

Version Path
talon_one-7.0.0 docs/CatalogSyncRequest.md
talon_one-6.0.0 docs/CatalogSyncRequest.md
talon_one-5.0.0 docs/CatalogSyncRequest.md
talon_one-3.0.2 docs/CatalogSyncRequest.md
talon_one-3.0.1 docs/CatalogSyncRequest.md
talon_one-3.0.0 docs/CatalogSyncRequest.md