# UniversePlanetsPlanetIdGet ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **string** | | [default to undefined] **planet_id** | **number** | | [default to undefined] **position** | [**CharactersCharacterIdAssetsLocationsPostInnerPosition**](CharactersCharacterIdAssetsLocationsPostInnerPosition.md) | | [default to undefined] **system_id** | **number** | The solar system this planet is in | [default to undefined] **type_id** | **number** | | [default to undefined] ## Example ```typescript import { UniversePlanetsPlanetIdGet } from 'eve-esi-client-ts'; const instance: UniversePlanetsPlanetIdGet = { name, planet_id, position, system_id, type_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)