# 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] [default to null] |
contentType | String | Content type of attachment | [optional] [default to null] |
sizeBytes | Long | Size in bytes of attachment | [optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]