# FwSystemsGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **contested** | **string** | | [default to undefined] **occupier_faction_id** | **number** | | [default to undefined] **owner_faction_id** | **number** | | [default to undefined] **solar_system_id** | **number** | | [default to undefined] **victory_points** | **number** | | [default to undefined] **victory_points_threshold** | **number** | | [default to undefined] ## Example ```typescript import { FwSystemsGetInner } from 'eve-esi-client-ts'; const instance: FwSystemsGetInner = { contested, occupier_faction_id, owner_faction_id, solar_system_id, victory_points, victory_points_threshold, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)