# SibApiV3Sdk.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** | **Number** | Contact id of contact on which file is uploaded | [optional] 
**dealIds** | **[String]** | Deal ids linked to a file | [optional] 
**size** | **Number** | Size of file uploaded | [optional] 
**createdAt** | **Date** | File created date/time | [optional] 
**updatedAt** | **Date** | File updated date/time | [optional] 


