# CorporationsStructuresSovereigntyHubsDetail ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **fuel_access_list_id** | **number** | Access List with who can manage Sovereignty Hub\'s fuel | [optional] [default to undefined] **id** | **number** | Sovereignty Hub\'s ID | [default to undefined] **reagent_bay** | [**CorporationsStructuresSovereigntyHubsDetailReagentbay**](CorporationsStructuresSovereigntyHubsDetailReagentbay.md) | Sovereignty Hub\'s reagent bay | [default to undefined] **resources** | [**CorporationsStructuresSovereigntyHubsDetailResources**](CorporationsStructuresSovereigntyHubsDetailResources.md) | Sovereignty Hub\'s resources | [default to undefined] **solar_system_id** | **number** | Sovereignty Hub\'s solar system ID | [default to undefined] **upgrades** | [**Array<CorporationsStructuresSovereigntyHubsDetailUpgrade>**](CorporationsStructuresSovereigntyHubsDetailUpgrade.md) | Sovereignty Hub\'s installed upgrades | [default to undefined] **vulnerability_window** | [**CorporationsStructuresSovereigntyHubsDetailVulnerabilitywindow**](CorporationsStructuresSovereigntyHubsDetailVulnerabilitywindow.md) | Sovereignty Hub\'s vulnerability window; if omitted, this Sovereignty Hub is part of an active campaign | [optional] [default to undefined] **workforce_transport** | [**CorporationsStructuresSovereigntyHubsDetailTransport**](CorporationsStructuresSovereigntyHubsDetailTransport.md) | Sovereignty Hub\'s workforce transport settings | [default to undefined] ## Example ```typescript import { CorporationsStructuresSovereigntyHubsDetail } from 'eve-esi-client-ts'; const instance: CorporationsStructuresSovereigntyHubsDetail = { fuel_access_list_id, id, reagent_bay, resources, solar_system_id, upgrades, vulnerability_window, workforce_transport, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)