The generic file entry information.
| Name | Type | Description | Notes |
|---|---|---|---|
| title | String | The file entry title. | [optional] |
| access | FileShare | [optional] | |
| sharedBy | EmployeeDto | [optional] | |
| ownedBy | EmployeeDto | [optional] | |
| shared | Boolean | Specifies if the file entry is shared via link or not. | [optional] |
| sharedForUser | Boolean | Specifies if the file entry is shared for user or not. | [optional] |
| parentShared | Boolean | Indicates whether the parent entity is shared. | [optional] |
| shortWebUrl | URI | The short Web URL. | [optional] |
| created | ApiDateTime | [optional] | |
| createdBy | EmployeeDto | [optional] | |
| updated | ApiDateTime | [optional] | |
| autoDelete | ApiDateTime | [optional] | |
| rootFolderType | FolderType | [optional] | |
| parentRoomType | FolderType | [optional] | |
| updatedBy | EmployeeDto | [optional] | |
| providerItem | Boolean | Specifies if the file entry provider is specified or not. | [optional] |
| providerKey | String | The provider key of the file entry. | [optional] |
| providerId | Integer | The provider ID of the file entry. | [optional] |
| order | String | The order of the file entry. | [optional] |
| isFavorite | Boolean | Specifies if the file is a favorite or not. | [optional] |
| fileEntryType | FileEntryType | [optional] | |
| id | String | The file entry ID. | [optional] |
| rootFolderId | String | The root folder ID of the file entry. | [optional] |
| originId | String | The origin ID of the file entry. | [optional] |
| originRoomId | String | The origin room ID of the file entry. | [optional] |
| originTitle | String | The origin title of the file entry. | [optional] |
| originRoomTitle | String | The origin room title of the file entry. | [optional] |
| canShare | Boolean | Specifies if the file entry can be shared or not. | [optional] |
| shareSettings | FileEntryDtoIntegerAllOfShareSettings | [optional] | |
| security | FileEntryDtoIntegerAllOfSecurity | [optional] | |
| availableShareRights | FileEntryDtoIntegerAllOfAvailableShareRights | [optional] | |
| requestToken | String | The request token of the file entry. | [optional] |
| external | Boolean | Specifies if the folder can be accessed via an external link or not. | [optional] |
| expirationDate | ApiDateTime | [optional] | |
| isLinkExpired | Boolean | Indicates whether the shareable link associated with the file or folder has expired. | [optional] |