Skip to content

Files

Latest commit

79816f8 · Aug 26, 2021

History

History
17 lines (12 loc) · 604 Bytes

FilePayload.md

File metadata and controls

17 lines (12 loc) · 604 Bytes

ElasticEmail::Object::FilePayload

Load the model package

use ElasticEmail::Object::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]

[Back to Model list] [Back to API list] [Back to README]