# UniverseRacesGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **alliance_id** | **number** | The alliance generally associated with this race | [default to undefined] **description** | **string** | | [default to undefined] **name** | **string** | | [default to undefined] **race_id** | **number** | | [default to undefined] ## Example ```typescript import { UniverseRacesGetInner } from 'eve-esi-client-ts'; const instance: UniverseRacesGetInner = { alliance_id, description, name, race_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)