Name | Type | Description | Notes |
---|---|---|---|
from | Option<i32> | From whom the mail was sent | [optional] |
is_read | Option<bool> | is_read boolean | [optional] |
labels | Option<Vec> | labels array | [optional] |
mail_id | Option<i32> | mail_id integer | [optional] |
recipients | Option<Veccrate::models::GetCharactersCharacterIdMailRecipient> | Recipients of the mail | [optional] |
subject | Option<String> | Mail subject | [optional] |
timestamp | Option<String> | When the mail was sent | [optional] |