Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 919 Bytes

FileData.md

File metadata and controls

16 lines (12 loc) · 919 Bytes

FileData

Properties

Name Type Description Notes
Name string Name of uploaded file [optional] [default to null]
AuthorId string Account id of user which created the file [optional] [default to null]
ContactId int64 Contact id of contact on which file is uploaded [optional] [default to null]
DealId string Deal id linked to a file [optional] [default to null]
CompanyId string Company id linked to a file [optional] [default to null]
Size int64 Size of file in bytes [optional] [default to null]
CreatedAt time.Time File created date/time [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]