IntFilterInput
input
Integer property filtering options. If both gte and lte are populated, a between range will be used.
Input Fields
equals
Int
Value is an exact match.
notEquals
Int
Value is not an exact match.
gt
Int
Value is greater than input.
gte
Int
Value is greater than or equal to input.
lt
Int
Value is less than input.
lte
Int
Value is less than or equal to input.