# SkyhooksRaidableVulnerableskyhook ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **planet_id** | **number** | ID of the planet the Skyhook is anchored on | [default to undefined] **solar_system_id** | **number** | ID of the solar system the Skyhook is anchored on | [default to undefined] **theft_vulnerability** | [**SkyhooksRaidableTheftvulnerability**](SkyhooksRaidableTheftvulnerability.md) | Skyhook\'s theft vulnerability | [default to undefined] ## Example ```typescript import { SkyhooksRaidableVulnerableskyhook } from 'eve-esi-client-ts'; const instance: SkyhooksRaidableVulnerableskyhook = { planet_id, solar_system_id, theft_vulnerability, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)