range_value RangeValue Bases: BaseModel RangeValue data model to represent intervals. Attributes: Name Type Description min Union[float, int] Lower bound of the interval. max Union[float, int] Upper bound of the interval.