Int32Range
Defines a range filter with lower and upper bounds.
- fromType: integer Format: int32
Lower bound, inclusive. Omit for no lower bound. To match one exact value, set
fromandtoto the same number. - toType: integer Format: int32
Upper bound, inclusive. Omit for no upper bound.