| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | ||
| parent_id | int | ||
| created_by | User | [optional] | |
| creator | User | [optional] | |
| type | str | Values can be 'Folder', 'Document' or 'Ifc'. It is usefull to parse the tree and discriminate folders and files | [optional] [readonly] |
| name | str | ||
| created_at | datetime | ||
| updated_at | datetime | ||
| file_name | str | [optional] | |
| description | str | [optional] | |
| size | int | [optional] | |
| ifc_id | int | [optional] [readonly] | |
| file | str | [optional] [readonly] | |
| children | list[RecursiveFolderChildren] | [optional] |