The player property contains only id and name, character does not contain corporation.
Name | Type | Description | Notes |
---|---|---|---|
id | int, none_type | EVE Character ID. | |
name | str, none_type | EVE Character name. | |
player | Player | [optional] | |
location | EsiLocation | [optional] | |
logoff_date | datetime, none_type | [optional] | |
logon_date | datetime, none_type | [optional] | |
ship_type | EsiType | [optional] | |
start_date | datetime, none_type | [optional] | |
character | Character | [optional] | |
missing_character_mail_sent_date | datetime, none_type | Date and time of the last sent mail. | [optional] |
missing_character_mail_sent_result | str, none_type | Result of the last sent mail (OK, Blocked, CSPA charge > 0) | [optional] |
missing_character_mail_sent_number | int | Number of mails sent, is reset when the character is added. | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |