Sha256: 1a29df479e5ec8c95ebf6327fe07d3dc793f648705e73f036ed04c3384175121

Contents?: true

Size: 679 Bytes

Versions: 2

Compression:

Stored size: 679 Bytes

Contents

# MailSlurpClient::UploadAttachmentOptions

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**base64_contents** | **String** | Base64 encoded string of file contents | [optional] 
**content_type** | **String** | Optional contentType for file. For instance `application/pdf` | [optional] 
**filename** | **String** | Optional filename to save upload with | [optional] 

## Code Sample

```ruby
require 'MailSlurpClient'

instance = MailSlurpClient::UploadAttachmentOptions.new(base64_contents: null,
                                 content_type: null,
                                 filename: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mailslurp_client-7.0.8 docs/UploadAttachmentOptions.md
mailslurp_client-7.0.7 docs/UploadAttachmentOptions.md