Name | Type | Description | Notes |
---|---|---|---|
moon_id | Integer | moon_id integer | |
name | String | name string | |
position | GetUniverseMoonsMoonIdPosition | ||
system_id | Integer | The solar system this moon is in |
require 'ruby_eveesi_client'
instance = RubyEveesiClient::GetUniverseMoonsMoonIdOk.new(
moon_id: null,
name: null,
position: null,
system_id: null
)