mailslurp 12.8.4

Official MailSlurp Email API Client
Documentation
# UploadAttachmentOptions

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**base64_contents** | **String** | Base64 encoded string of file contents. Typically this means reading the bytes or string content of a file and then converting that to a base64 encoded string. | 
**content_type** | Option<**String**> | Optional contentType for file. For instance `application/pdf` | [optional]
**filename** | Option<**String**> | Optional filename to save upload with. Will be the name that is shown in email clients | [optional]

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