Input to filter integer values.
equals
Filters for equality with an integer value.
gt
Filters for values greater than the specified integer.
gte
Filters for values greater than or equal to the specified integer.
in
Filters for inclusion of integers in a list.
lt
Filters for values less than the specified integer.
lte
Filters for values less than or equal to the specified integer.
notIn
Negates the inclusion filter for integers in a list.
Int
InventoryLevel