Int32Range
Defines a range filter with lower and upper bounds.
- fromType: integerFormat: int32
Lower bound of the range (inclusive). Omit to have no lower bound.
- toType: integerFormat: int32
Upper bound of the range (inclusive). Omit to have no upper bound.