mailslurp.model.ThreadProjection
Load the model package
import 'package:mailslurp/api.dart';
Properties
Name | Type | Description | Notes |
name | String | Name of thread | [optional] |
id | String | ID of email thread | |
subject | String | Thread subject | [optional] |
userId | String | User ID | |
inboxId | String | Inbox ID | |
createdAt | DateTime | Created at DateTime | |
updatedAt | DateTime | Updated at DateTime | |
to | List | To recipients | [default to const []] |
bcc | List | BCC recipients | [optional] [default to const []] |
cc | List | CC recipients | [optional] [default to const []] |
aliasId | String | Alias ID | |
[Back to Model list] [Back to API list] [Back to ]