# CharactersCharacterIdClonesGetJumpClonesInner jump_clone object ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **implants** | **Array<number>** | | [default to undefined] **jump_clone_id** | **number** | | [default to undefined] **location_id** | **number** | | [default to undefined] **location_type** | **string** | | [default to undefined] **name** | **string** | | [optional] [default to undefined] ## Example ```typescript import { CharactersCharacterIdClonesGetJumpClonesInner } from 'eve-esi-client-ts'; const instance: CharactersCharacterIdClonesGetJumpClonesInner = { implants, jump_clone_id, location_id, location_type, name, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)