Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 582 Bytes

GetUniverseMoonsMoonIdOk.md

File metadata and controls

24 lines (18 loc) · 582 Bytes

RubyEveesiClient::GetUniverseMoonsMoonIdOk

Properties

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

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetUniverseMoonsMoonIdOk.new(
  moon_id: null,
  name: null,
  position: null,
  system_id: null
)