Name | Type | Description | Notes |
---|---|---|---|
Body | string | Mail's body | [optional] |
From | int? | From whom the mail was sent | [optional] |
Labels | List<int?> | Labels attached to the mail | [optional] |
Read | bool? | Whether the mail is flagged as read | [optional] |
Recipients | List<GetCharactersCharacterIdMailMailIdRecipient> | Recipients of the mail | [optional] |
Subject | string | Mail subject | [optional] |
Timestamp | DateTime? | When the mail was sent | [optional] |