# CorporationsCorporationIdAlliancehistoryGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **alliance_id** | **number** | | [optional] [default to undefined] **is_deleted** | **boolean** | True if the alliance has been closed | [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 { CorporationsCorporationIdAlliancehistoryGetInner } from 'eve-esi-client-ts'; const instance: CorporationsCorporationIdAlliancehistoryGetInner = { alliance_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)