Int32Range

Defines a range filter with lower and upper bounds.

  • from
    Type: integerFormat: int32

    Lower bound of the range (inclusive). Omit to have no lower bound.

  • to
    Type: integerFormat: int32

    Upper bound of the range (inclusive). Omit to have no upper bound.