Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.21 KB

KeyValue.md

File metadata and controls

19 lines (16 loc) · 1.21 KB

KeyValue

Properties

Name Type Description Notes
Name string Unique key [default to null]
Value string Any value in string form. [default to null]
DefaultValue string The default value if exist. [optional] [default to null]
Validation string The validation type number. [optional] [default to null]
Category string The category of the parameter. [optional] [default to null]
Description string The description of the parameter. [optional] [default to null]
ErrMsg string The error message of the parameter. [optional] [default to null]
Verification string The verification type of the parameter. [optional] [default to null]
Table string The table the parameter belongs to. [optional] [default to null]
Type_ string The parameter type. [optional] [default to null]
Limits string The validation limits of the parameter. [optional] [default to null]

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