# SovereigntySystemsVulnerabilitywindow ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **end** | **string** | End time of the vulnerability window; if in the past, the Sovereignty Hub is in overtime | [default to undefined] **start** | **string** | Start time of the vulnerability window; if in the past, the Sovereignty Hub is vulnerable right now | [default to undefined] ## Example ```typescript import { SovereigntySystemsVulnerabilitywindow } from 'eve-esi-client-ts'; const instance: SovereigntySystemsVulnerabilitywindow = { end, start, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)