Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1019 Bytes

File metadata and controls

19 lines (16 loc) · 1019 Bytes

KeyValue

Properties

Name Type Description Notes
name str Unique key
value str Any value in string form.
default_value str The default value if exist. [optional]
validation str The validation type number. [optional]
category str The category of the parameter. [optional]
description str The description of the parameter. [optional]
err_msg str The error message of the parameter. [optional]
verification str The verification type of the parameter. [optional]
table str The table the parameter belongs to. [optional]
type str The parameter type. [optional]
limits str The validation limits of the parameter. [optional]

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