| Name | Type | Description | Notes |
|---|---|---|---|
| url | String | Url of uploaded file | [optional] |
| id | String | Id of uploaded file | [optional] |
| name | String | Name of uploaded file | [optional] |
| authorId | String | Account id of user which created the file | [optional] |
| author | Object | Account details of user which created the file | [optional] |
| contactId | Long | Contact id of contact on which file is uploaded | [optional] |
| dealIds | List<String> | Deal ids linked to a file | [optional] |
| size | Long | Size of file uploaded | [optional] |
| createdAt | [OffsetDateTime] | File created date/time | [optional] |
| updatedAt | [OffsetDateTime] | File updated date/time | [optional] |
