# CharactersCharacterIdCorporationhistoryGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **corporation_id** | **number** | | [default to undefined] **is_deleted** | **boolean** | True if the corporation has been deleted | [optional] [default to undefined] **record_id** | **number** | An incrementing ID that can be used to canonically establish order of records in cases where dates may be ambiguous | [default to undefined] **start_date** | **string** | | [default to undefined] ## Example ```typescript import { CharactersCharacterIdCorporationhistoryGetInner } from 'eve-esi-client-ts'; const instance: CharactersCharacterIdCorporationhistoryGetInner = { corporation_id, is_deleted, record_id, start_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)