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