Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 669 Bytes

StringLengthConstraintDict.md

File metadata and controls

17 lines (12 loc) · 669 Bytes

StringLengthConstraintDict

The parameter value must have a length within the defined range. This range is always inclusive.

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["stringLength"] Yes None

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