# IndustrySystemsGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cost_indices** | [**Array<IndustrySystemsGetInnerCostIndicesInner>**](IndustrySystemsGetInnerCostIndicesInner.md) | | [default to undefined] **solar_system_id** | **number** | | [default to undefined] ## Example ```typescript import { IndustrySystemsGetInner } from 'eve-esi-client-ts'; const instance: IndustrySystemsGetInner = { cost_indices, solar_system_id, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)