# # LegacyDocumentBase64FilePayloadItem

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | Id of the file. | [optional]
**fileName** | **string** | Filename. | [optional]
**mimeType** | **string** | Mime Type of the file. | [optional]
**sizeBytes** | **string** | Size of the file(in bytes). | [optional]
**externalKey** | **string** | The file external key. | [optional]
**base64EncodedData** | **string** | File data encoded in base 64. | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
