# # DownloadAttachmentDto
# Properties
Name | Type | Description | Notes |
---|---|---|---|
base64_file_contents | string | Base64 encoded string of attachment bytes. Decode the base64 string to get the raw file bytes | [optional] |
content_type | string | Content type of attachment | [optional] |
size_bytes | int | Size in bytes of attachment | [optional] |
[Back to Model list] [Back to API list] [Back to README]