Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.83 KB

Player.md

File metadata and controls

25 lines (20 loc) · 1.83 KB

Player

Properties

Name Type Description Notes
id int, none_type
name str A name for the player. This is the EVE character name of the current main character or of the last main character if there is currently none.
service_accounts [ServiceAccount] External service accounts (API: not included by default) [optional]
character_id int ID of main character (API: not included by default) [optional]
corporation_name str Corporation of main character (API: not included by default) [optional]
alliance_name str Alliance of main character (API: not included by default) [optional]
status str Player account status. [optional]
roles [Role] Roles for authorization. [optional]
characters [Character] [optional]
groups [Group] Group membership. [optional]
manager_groups [Group] Manager of groups. [optional]
manager_apps [App] Manager of apps. [optional]
removed_characters [RemovedCharacter] Characters that were removed from a player (API: not included by default). [optional]
incoming_characters [RemovedCharacter] Characters that were moved from another player account to this account (API: not included by default). [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]

[Back to Model list] [Back to API list] [Back to README]