mailslurp.model.EmailProjection
Load the model package
Properties
Name | Type | Description | Notes |
attachments | List<String> | | [optional] [default to []] |
bcc | List<String> | | [optional] [default to []] |
bodyMD5Hash | String | | [optional] [default to null] |
cc | List<String> | | [optional] [default to []] |
createdAt | DateTime | | [default to null] |
from | String | | [optional] [default to null] |
id | String | | [default to null] |
inboxId | String | | [default to null] |
read | bool | | [optional] [default to null] |
subject | String | | [optional] [default to null] |
to | List<String> | | [default to []] |
[Back to Model list] [Back to API list] [Back to README]