APIv3-java-library/docs/FileData.md at master · odifis/APIv3-java-library · GitHub
Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 848 Bytes

File metadata and controls

19 lines (14 loc) · 848 Bytes

FileData

Properties

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]