# DownloadAttachmentDto
Content of attachment
# 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 | Long | Size in bytes of attachment | [optional] |