Sha256: 4e587c5971c2a6d2bf14d2e2f6942fd9ecea399f436bce25d815c4f035b16da9

Contents?: true

Size: 518 Bytes

Versions: 3

Compression:

Stored size: 518 Bytes

Contents

# ElasticEmail::FilePayload

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **binary_content** | **String** | Content of the file sent as binary data | [optional] |
| **name** | **String** | Filename | [optional] |
| **content_type** | **String** | Type of file's content (e.g. image/jpeg) | [optional] |

## Example

```ruby
require 'ElasticEmail'

instance = ElasticEmail::FilePayload.new(
  binary_content: null,
  name: attachment.txt,
  content_type: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ElasticEmail-4.0.12 docs/FilePayload.md
ElasticEmail-4.0.11 docs/FilePayload.md
ElasticEmail-4.0.1 docs/FilePayload.md