github.com/antihax/goesi@v0.0.0-20240126031043-6c54d0cb7f95/esi/docs/GetWarsWarIdOk.md (about)

     1  # GetWarsWarIdOk
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Aggressor** | [**GetWarsWarIdAggressor**](get_wars_war_id_aggressor.md) |  | [default to null]
     7  **Allies** | [**[]GetWarsWarIdAlly**](get_wars_war_id_ally.md) | allied corporations or alliances, each object contains either corporation_id or alliance_id | [optional] [default to null]
     8  **Declared** | [**time.Time**](time.Time.md) | Time that the war was declared | [default to null]
     9  **Defender** | [**GetWarsWarIdDefender**](get_wars_war_id_defender.md) |  | [default to null]
    10  **Finished** | [**time.Time**](time.Time.md) | Time the war ended and shooting was no longer allowed | [optional] [default to null]
    11  **Id** | **int32** | ID of the specified war | [default to null]
    12  **Mutual** | **bool** | Was the war declared mutual by both parties | [default to null]
    13  **OpenForAllies** | **bool** | Is the war currently open for allies or not | [default to null]
    14  **Retracted** | [**time.Time**](time.Time.md) | Time the war was retracted but both sides could still shoot each other | [optional] [default to null]
    15  **Started** | [**time.Time**](time.Time.md) | Time when the war started and both sides could shoot each other | [optional] [default to null]
    16  
    17  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    18  
    19