Logo

View the Project on GitHub elements-storage/elements-sdk-python

FieldDefinition

Properties

Name Type Description Notes
type str    
name str    
default {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type   [optional]
validation str, none_type   [optional]
number_of_digits int, none_type   [optional]
regex str, none_type   [optional]
range_min int, none_type   [optional]
range_max int, none_type   [optional]
options [str]   [optional]
multiple_response bool   [optional]
users_from_group_id int, none_type   [optional]

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