Name | Type | Description | Notes |
---|---|---|---|
constellation_id | Integer | constellation_id integer | |
name | String | name string | |
position | GetUniverseConstellationsConstellationIdPosition | ||
region_id | Integer | The region this constellation is in | |
systems | Array<Integer> | systems array |
require 'ruby_eveesi_client'
instance = RubyEveesiClient::GetUniverseConstellationsConstellationIdOk.new(
constellation_id: null,
name: null,
position: null,
region_id: null,
systems: null
)