MailSlurpClient::SentEmailProjection
Properties
Name | Type | Description | Notes |
id | String | | |
from | String | | [optional] |
user_id | String | | |
subject | String | | [optional] |
to | Array | | |
inbox_id | String | | |
attachments | Array | | |
body_md5_hash | String | | [optional] |
created_at | DateTime | | |
bcc | Array | | |
cc | Array | | |
virtual_send | Boolean | | [optional] |
Code Sample
require 'MailSlurpClient'
instance = MailSlurpClient::SentEmailProjection.new(id: null,
from: null,
user_id: null,
subject: null,
to: null,
inbox_id: null,
attachments: null,
body_md5_hash: null,
created_at: null,
bcc: null,
cc: null,
virtual_send: null)