File Version
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | File or folder name. | [optional] |
| is_folder | bool | True if it is a folder. | |
| modified_date | datetime | File or folder last modified DateTime. | [optional] |
| size | int | File or folder size. | |
| path | str | File or folder path. | [optional] |
| version_id | str | File Version ID. | [optional] |
| is_latest | bool | Specifies whether the file is (true) or is not (false) the latest version of an file. |