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