# WarsWarIdGetAlliesInner ally object ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **alliance_id** | **number** | Alliance ID if and only if this ally is an alliance | [optional] [default to undefined] **corporation_id** | **number** | Corporation ID if and only if this ally is a corporation | [optional] [default to undefined] ## Example ```typescript import { WarsWarIdGetAlliesInner } from 'eve-esi-client-ts'; const instance: WarsWarIdGetAlliesInner = { alliance_id, corporation_id, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)