mailslurp.model.SentEmailProjection
Load the model package
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
from | String | [optional] | |
userId | String | ||
subject | String | [optional] | |
inboxId | String | ||
attachments | List | [default to const []] | |
createdAt | DateTime | ||
to | List | [default to const []] | |
bcc | List | [default to const []] | |
cc | List | [default to const []] | |
bodyMD5Hash | String | [optional] | |
virtualSend | bool |