ThreadProjection
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | java.util.UUID | ID of email thread | |
userId | java.util.UUID | User ID | |
inboxId | java.util.UUID | Inbox ID | |
createdAt | java.time.OffsetDateTime | Created at DateTime | |
updatedAt | java.time.OffsetDateTime | Updated at DateTime | |
to | kotlin.collections.List | To recipients | |
aliasId | java.util.UUID | Alias ID | |
name | kotlin.String | Name of thread | [optional] |
subject | kotlin.String | Thread subject | [optional] |
bcc | kotlin.collections.List | BCC recipients | [optional] |
cc | kotlin.collections.List | CC recipients | [optional] |