# CharactersCharacterIdFatigueGet ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **jump_fatigue_expire_date** | **string** | Character\'s jump fatigue expiry | [optional] [default to undefined] **last_jump_date** | **string** | Character\'s last jump activation | [optional] [default to undefined] **last_update_date** | **string** | Character\'s last jump update | [optional] [default to undefined] ## Example ```typescript import { CharactersCharacterIdFatigueGet } from 'eve-esi-client-ts'; const instance: CharactersCharacterIdFatigueGet = { jump_fatigue_expire_date, last_jump_date, last_update_date, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)