Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 610 Bytes

RangeConstraintDict.md

File metadata and controls

16 lines (11 loc) · 610 Bytes

RangeConstraintDict

The parameter value must be within the defined range.

Properties

Name Type Required Description
lt NotRequired[Any] No Less than
lte NotRequired[Any] No Less than or equal
gt NotRequired[Any] No Greater than
gte NotRequired[Any] No Greater than or equal
type Literal["range"] Yes None

[Back to Model list] [Back to API list] [Back to README]