/home/desid573/public_html/payment/xero-2/doc/file/Model
Edit: /home/desid573/public_html/payment/xero-2/doc/file/Model/FileObject.md (859B)
# FileObject
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | File Name | [optional]
**mime_type** | **string** | MimeType of the file (image/png, image/jpeg, application/pdf, etc..) | [optional]
**size** | **int** | Numeric value in bytes | [optional]
**created_date_utc** | **string** | Created date in UTC | [optional]
**updated_date_utc** | **string** | Updated date in UTC | [optional]
**user** | [**\XeroAPI\XeroPHP\Models\File\User**](User.md) | | [optional]
**id** | **string** | File object's UUID | [optional]
**folder_id** | **string** | Folder relation object's UUID | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)