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