| Name | Type | Description | Notes |
|---|---|---|---|
| body | string | Mail's body | [optional] |
| from | int | From whom the mail was sent | [optional] |
| labels | int[] | Labels attached to the mail | [optional] |
| read | bool | Whether the mail is flagged as read | [optional] |
| recipients | \Swagger\Client\Model\GetCharactersCharacterIdMailMailIdRecipient[] | Recipients of the mail | [optional] |
| subject | string | Mail subject | [optional] |
| timestamp | \DateTime | When the mail was sent | [optional] |