Sha256: 2cf8f6f27ca4eb4aa0de8dd38a5c43e774a930e11b8587744a434853f2993677

Contents?: true

Size: 376 Bytes

Versions: 6

Compression:

Stored size: 376 Bytes

Contents

# TalonOne::CatalogAction

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of sync action. | 
**payload** | [**Object**](.md) |  | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CatalogAction.new(type: ADD,
                                 payload: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

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