Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.08 KB

ValidateIdentifierRequest.md

File metadata and controls

17 lines (13 loc) · 1.08 KB

ValidateIdentifierRequest

Properties

Name Type Description Notes
input string Text string identifier input [optional]
allow_whitespace bool True if whitespace is allowed in the identifier, false otherwise [optional]
allow_hyphens bool True if hyphens are allowd in the identifier, false otherwise [optional]
allow_underscore bool True if underscores are allowed in the identifier, false otherwise [optional]
allow_numbers bool True if numbers are allowed in the identifier, false otherwise [optional]
allow_periods bool True if periods are allowed in the identifier, false otherwise [optional]
max_length int Optional; maximum length, if any, of the identifier [optional]
min_length int Optional; minimum length, if any, of the identifier [optional]

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