NumericalComparisonOperator
Fields used to apply flexible filters on numbers.
constructor
Properties
lt
numberThe filtered number must be less than this value.
gt
numberThe filtered number must be greater than this value.
gte
numberThe filtered number must be greater than or equal to this value.
lte
numberThe filtered number must be less than or equal to this value.
Was this section helpful?