# mailslurp.model.ThreadProjection
# Load the model package
import 'package:mailslurp/api.dart';
# Properties
Name | Type | Description | Notes |
---|---|---|---|
aliasId | String | [default to null] | |
bcc | List<String> | [optional] [default to []] | |
cc | List<String> | [optional] [default to []] | |
createdAt | DateTime | [default to null] | |
id | String | [default to null] | |
inboxId | String | [default to null] | |
name | String | [optional] [default to null] | |
subject | String | [optional] [default to null] | |
to | List<String> | [default to []] | |
updatedAt | DateTime | [default to null] | |
userId | String | [default to null] |
[Back to Model list] [Back to API list] [Back to README]