# UniverseConstellationsConstellationIdGet ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **constellation_id** | **number** | | [default to undefined] **name** | **string** | | [default to undefined] **position** | [**CharactersCharacterIdAssetsLocationsPostInnerPosition**](CharactersCharacterIdAssetsLocationsPostInnerPosition.md) | | [default to undefined] **region_id** | **number** | The region this constellation is in | [default to undefined] **systems** | **Array<number>** | | [default to undefined] ## Example ```typescript import { UniverseConstellationsConstellationIdGet } from 'eve-esi-client-ts'; const instance: UniverseConstellationsConstellationIdGet = { constellation_id, name, position, region_id, systems, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)