Objects
/FilterDataInt
FilterDataInt
Filter data int object for integer-based filtering conditions. Used to define numeric comparison operations in filters.
Fields
valueIntvalues[Int]operatorString!Required
Single integer value for comparison.
Used when comparing against a single numeric value.
Example: 100, 500, 1000
Array of integer values for comparison.
Used when comparing against multiple possible values.
Example: [100, 200, 300]
Comparison operator for the integer value(s).
Supported operators: "equals", "greater_than", "less_than", "in", "not_in"
Built with
Show your support! Star us on GitHub ⭐️