# UniverseFactionsGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **corporation_id** | **number** | | [optional] [default to undefined] **description** | **string** | | [default to undefined] **faction_id** | **number** | | [default to undefined] **is_unique** | **boolean** | | [default to undefined] **militia_corporation_id** | **number** | | [optional] [default to undefined] **name** | **string** | | [default to undefined] **size_factor** | **number** | | [default to undefined] **solar_system_id** | **number** | | [optional] [default to undefined] **station_count** | **number** | | [default to undefined] **station_system_count** | **number** | | [default to undefined] ## Example ```typescript import { UniverseFactionsGetInner } from 'eve-esi-client-ts'; const instance: UniverseFactionsGetInner = { corporation_id, description, faction_id, is_unique, militia_corporation_id, name, size_factor, solar_system_id, station_count, station_system_count, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)