Sha256: ea04d1dd8466ca633b5a57553b77d2fc4c520ae99f6f0a477de984a6fbc5eea3

Contents?: true

Size: 526 Bytes

Versions: 6

Compression:

Stored size: 526 Bytes

Contents

# TalonOne::RemoveManyItemsCatalogAction

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**filters** | [**Array<CatalogActionFilter>**](CatalogActionFilter.md) | The list of filters used to select the items to patch, joined by `AND`.  **Note:** Every item in the catalog will be removed if there are no filters.  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::RemoveManyItemsCatalogAction.new(filters: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

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