Sha256: 64215de5da6c58c0fa7aeb8cf5d2f3ca0c7edbe77f521956f374b14e06ba19fa
Contents?: true
Size: 508 Bytes
Versions: 10
Compression:
Stored size: 508 Bytes
Contents
# ElasticEmail::FilePayload ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **binary_content** | **String** | Content of the file sent as binary data | | | **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
10 entries across 10 versions & 1 rubygems