Name | Type | Description | Notes |
---|---|---|---|
asteroid_belts | Array<Integer> | asteroid_belts array | [optional] |
moons | Array<Integer> | moons array | [optional] |
planet_id | Integer | planet_id integer |
require 'ruby_eveesi_client'
instance = RubyEveesiClient::GetUniverseSystemsSystemIdPlanet.new(
asteroid_belts: null,
moons: null,
planet_id: null
)