Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 605 Bytes

RangeConstraint.md

File metadata and controls

16 lines (11 loc) · 605 Bytes

RangeConstraint

The parameter value must be within the defined range.

Properties

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

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