# CharactersStructuresMercenaryDensDetailSkyhook ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **corporation_id** | **number** | Corporation that owns the Skyhook | [default to undefined] **id** | **number** | Skyhook\'s ID | [default to undefined] **planet_id** | **number** | ID of the planet the Skyhook is anchored on | [default to undefined] ## Example ```typescript import { CharactersStructuresMercenaryDensDetailSkyhook } from 'eve-esi-client-ts'; const instance: CharactersStructuresMercenaryDensDetailSkyhook = { corporation_id, id, planet_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)