mailslurp 11.3.0

Official MailSlurp Email API Client
Documentation
# 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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)