# MarketsGroupsMarketGroupIdGet ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **description** | **string** | | [default to undefined] **market_group_id** | **number** | | [default to undefined] **name** | **string** | | [default to undefined] **parent_group_id** | **number** | | [optional] [default to undefined] **types** | **Array<number>** | | [default to undefined] ## Example ```typescript import { MarketsGroupsMarketGroupIdGet } from 'eve-esi-client-ts'; const instance: MarketsGroupsMarketGroupIdGet = { description, market_group_id, name, parent_group_id, types, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)