Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 938 Bytes

File metadata and controls

15 lines (12 loc) · 938 Bytes

# ProductVariableSettingList

Properties

Name Type Description Notes
contains string Requires the value (excluding start and end) to contain given type. [optional]
min_chars int Minimum allowable characters [optional]
max_chars int Max allowable chars. Its value must be greater than min_chars [optional]
contain_spaces bool If spaces are allowed for the option [optional]
start_with string Requires the value to start with the given type. [optional]
end_with string Requires the value to end with the given type. [optional]
validation_msg string Customized validation message to display when option criteria aren't met [optional]

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