The properties for a single filtering condition in a catalog sync action.
| Name | Type | Description | Notes |
|---|---|---|---|
| attr | String | The name of the attribute to filter on. | |
| op | OpEnum | The filtering operator. | |
| value | Object | The value to filter for. |
| Name | Value |
|---|---|
| EQ | "EQ" |
| LT | "LT" |
| LE | "LE" |
| GT | "GT" |
| GE | "GE" |
| IN | "IN" |