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