Name | Type | Description | Notes |
---|---|---|---|
description | String | description string | |
market_group_id | Integer | market_group_id integer | |
name | String | name string | |
parent_group_id | Integer | parent_group_id integer | [optional] |
types | Array<Integer> | types array |
require 'ruby_eveesi_client'
instance = RubyEveesiClient::GetMarketsGroupsMarketGroupIdOk.new(
description: null,
market_group_id: null,
name: null,
parent_group_id: null,
types: null
)