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

     1  # GetSovereigntyStructures200Ok
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **AllianceId** | **int32** | The alliance that owns the structure.  | [default to null]
     7  **SolarSystemId** | **int32** | Solar system in which the structure is located.  | [default to null]
     8  **StructureId** | **int64** | Unique item ID for this structure. | [default to null]
     9  **StructureTypeId** | **int32** | A reference to the type of structure this is.  | [default to null]
    10  **VulnerabilityOccupancyLevel** | **float32** | The occupancy level for the next or current vulnerability window. This takes into account all development indexes and capital system bonuses. Also known as Activity Defense Multiplier from in the client. It increases the time that attackers must spend using their entosis links on the structure.  | [optional] [default to null]
    11  **VulnerableEndTime** | [**time.Time**](time.Time.md) | The time at which the next or current vulnerability window ends. At the end of a vulnerability window the next window is recalculated and locked in along with the vulnerabilityOccupancyLevel. If the structure is not in 100% entosis control of the defender, it will go in to 'overtime' and stay vulnerable for as long as that situation persists. Only once the defenders have 100% entosis control and has the vulnerableEndTime passed does the vulnerability interval expire and a new one is calculated.  | [optional] [default to null]
    12  **VulnerableStartTime** | [**time.Time**](time.Time.md) | The next time at which the structure will become vulnerable. Or the start time of the current window if current time is between this and vulnerableEndTime.  | [optional] [default to null]
    13  
    14  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    15  
    16