Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 565 Bytes

CatalogActionFilter.md

File metadata and controls

28 lines (17 loc) · 565 Bytes

CatalogActionFilter

The properties for a single filtering condition in a catalog sync action.

Properties

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.

Enum: OpEnum

Name Value
EQ "EQ"
LT "LT"
LE "LE"
GT "GT"
GE "GE"
IN "IN"