# UniverseIdsPost ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **agents** | [**Array<UniverseIdsPostAgentsInner>**](UniverseIdsPostAgentsInner.md) | | [optional] [default to undefined] **alliances** | [**Array<UniverseIdsPostAlliancesInner>**](UniverseIdsPostAlliancesInner.md) | | [optional] [default to undefined] **characters** | [**Array<UniverseIdsPostCharactersInner>**](UniverseIdsPostCharactersInner.md) | | [optional] [default to undefined] **constellations** | [**Array<UniverseIdsPostConstellationsInner>**](UniverseIdsPostConstellationsInner.md) | | [optional] [default to undefined] **corporations** | [**Array<UniverseIdsPostCorporationsInner>**](UniverseIdsPostCorporationsInner.md) | | [optional] [default to undefined] **factions** | [**Array<UniverseIdsPostFactionsInner>**](UniverseIdsPostFactionsInner.md) | | [optional] [default to undefined] **inventory_types** | [**Array<UniverseIdsPostInventoryTypesInner>**](UniverseIdsPostInventoryTypesInner.md) | | [optional] [default to undefined] **regions** | [**Array<UniverseIdsPostRegionsInner>**](UniverseIdsPostRegionsInner.md) | | [optional] [default to undefined] **stations** | [**Array<UniverseIdsPostStationsInner>**](UniverseIdsPostStationsInner.md) | | [optional] [default to undefined] **systems** | [**Array<UniverseIdsPostSystemsInner>**](UniverseIdsPostSystemsInner.md) | | [optional] [default to undefined] ## Example ```typescript import { UniverseIdsPost } from 'eve-esi-client-ts'; const instance: UniverseIdsPost = { agents, alliances, characters, constellations, corporations, factions, inventory_types, regions, stations, systems, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)