MailSlurp::Object::UploadAttachmentOptions
Load the model package
use MailSlurp::Object::UploadAttachmentOptions;
Properties
Name | Type | Description | Notes |
content_type | string | Optional contentType for file. For instance application/pdf | [optional] |
filename | string | Optional filename to save upload with. Will be the name that is shown in email clients | [optional] |
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. For examples of how to do this see https://www.mailslurp.com/guides/base64-file-uploads/ | |
[Back to Model list] [Back to API list] [Back to ]