# SupportingDocument
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **String** | title of the document |
**download_link** | Option<**String**> | | [optional]
**download_expiry** | **String** | |
**content** | Option<**String**> | base64 encoded binary of the actual document. The length restriction of 4 MBytes applies to the encoded string, so the raw document cannot exceed 3 MBytes in size. | [optional]
**format** | [**models::DocumentFormat**](DocumentFormat.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)