# UploadAttachmentOptions
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**base64_contents** | Option<**String**> | Base64 encoded string of file contents | [optional]
**content_type** | Option<**String**> | Optional contentType for file. For instance `application/pdf` | [optional]
**filename** | Option<**String**> | Optional filename to save upload with | [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)