DoubleRange

Defines a range filter with lower and upper bounds.

  • from
    Type: number Format: double

    Lower bound, inclusive. Omit for no lower bound. To match one exact value, set from and to to the same number.

  • to
    Type: number Format: double

    Upper bound, inclusive. Omit for no upper bound.