# SovereigntySystemsSovereigntyhub ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **number** | ID of the Sovereignty Hub | [default to undefined] **vulnerability_window** | [**SovereigntySystemsVulnerabilitywindow**](SovereigntySystemsVulnerabilitywindow.md) | Sovereignty Hub\'s vulnerability window; if omitted, this Sovereignty Hub is part of an active campaign | [optional] [default to undefined] ## Example ```typescript import { SovereigntySystemsSovereigntyhub } from 'eve-esi-client-ts'; const instance: SovereigntySystemsSovereigntyhub = { id, vulnerability_window, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)