# DownloadAttachmentDto
# Properties
Name | Type | Description | Notes |
---|---|---|---|
base64FileContents | String | Base64 encoded string of attachment bytes. Decode the base64 string to get the raw file bytes | [optional] |
contentType | String | Content type of attachment | [optional] |
sizeBytes | Int64 | Size in bytes of attachment | [optional] |