Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.2 KB

GetWarsWarIdOk.md

File metadata and controls

18 lines (15 loc) · 1.2 KB

ESIClient.Dotcore.Model.GetWarsWarIdOk

Properties

Name Type Description Notes
Aggressor GetWarsWarIdAggressor
Allies List<GetWarsWarIdAlly> allied corporations or alliances, each object contains either corporation_id or alliance_id [optional]
Declared DateTime? Time that the war was declared
Defender GetWarsWarIdDefender
Finished DateTime? Time the war ended and shooting was no longer allowed [optional]
Id int? ID of the specified war
Mutual bool? Was the war declared mutual by both parties
OpenForAllies bool? Is the war currently open for allies or not
Retracted DateTime? Time the war was retracted but both sides could still shoot each other [optional]
Started DateTime? Time when the war started and both sides could shoot each other [optional]

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