mailslurp.model.MissedEmail
Load the model package
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | String | [optional] | |
userId | String | [optional] | |
subject | String | [optional] | |
bodyExcerpt | String | [optional] | |
attachmentCount | int | ||
from | String | [optional] | |
to | List | [default to const []] | |
cc | List | [default to const []] | |
bcc | List | [default to const []] | |
inboxIds | List | [default to const []] | |
createdAt | DateTime | ||
updatedAt | DateTime |