mailslurp.model.EmailProjection
Load the model package
import 'package:mailslurp/api.dart';
Properties
Name | Type | Description | Notes |
id | String | | |
from | String | | [optional] |
subject | String | | [optional] |
inboxId | String | | |
attachments | List | | [optional] [default to const []] |
to | List | | [default to const []] |
bcc | List | | [optional] [default to const []] |
cc | List | | [optional] [default to const []] |
createdAt | DateTime | | |
domainId | String | | [optional] |
read | bool | | |
teamAccess | bool | | |
bodyMD5Hash | String | | [optional] |
bodyExcerpt | String | | [optional] |
[Back to Model list] [Back to API list] [Back to ]