View the Project on GitHub elements-storage/elements-sdk-python
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | ||
| labels | [{str: (str, none_type)}] | ||
| options | [str, none_type] | ||
| name | str | ||
| order | int | ||
| type | str | ||
| use_for_uploads | bool | ||
| require_to_upload | bool | ||
| non_user_editable | bool | ||
| validation | str, none_type | ||
| regex | str, none_type | ||
| range_min | int, none_type | ||
| range_max | int, none_type | ||
| number_of_digits | int, none_type | ||
| metadata_prefill | str, none_type | ||
| highlight_expiration | bool | ||
| multiple_response | bool | ||
| help_text | str, none_type | ||
| users_from_group | int, none_type |