# CorporationsStructuresSkyhooksListingSkyhook ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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 { CorporationsStructuresSkyhooksListingSkyhook } from 'eve-esi-client-ts'; const instance: CorporationsStructuresSkyhooksListingSkyhook = { 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)