Name | Type | Description | Notes |
---|---|---|---|
From | int32 | From whom the mail was sent | [optional] [default to null] |
IsRead | bool | is_read boolean | [optional] [default to null] |
Labels | []int32 | labels array | [optional] [default to null] |
MailId | int32 | mail_id integer | [optional] [default to null] |
Recipients | []GetCharactersCharacterIdMailRecipient | 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] |