Name | Type | Description | Notes |
---|---|---|---|
Body | string | Mail's body | [optional] [default to null] |
From | int32 | From whom the mail was sent | [optional] [default to null] |
Labels | []int32 | Labels attached to the mail | [optional] [default to null] |
Read | bool | Whether the mail is flagged as read | [optional] [default to null] |
Recipients | []GetCharactersCharacterIdMailMailIdRecipient | Recipients of the mail | [optional] [default to null] |
Subject | string | Mail subject | [optional] [default to null] |
Timestamp | time.Time | When the mail was sent | [optional] [default to null] |