Name | Type | Description | Notes |
---|---|---|---|
current_rank | Option<i32> | The given character's current faction rank | [optional] |
enlisted_on | Option<String> | The enlistment date of the given character into faction warfare. Will not be included if character is not enlisted in faction warfare | [optional] |
faction_id | Option<i32> | The faction the given character is enlisted to fight for. Will not be included if character is not enlisted in faction warfare | [optional] |
highest_rank | Option<i32> | The given character's highest faction rank achieved | [optional] |
kills | crate::models::GetCharactersCharacterIdFwStatsKills | ||
victory_points | crate::models::GetCharactersCharacterIdFwStatsVictoryPoints |