Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 763 Bytes

GetUniverseConstellationsConstellationIdOk.md

File metadata and controls

26 lines (20 loc) · 763 Bytes

RubyEveesiClient::GetUniverseConstellationsConstellationIdOk

Properties

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

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetUniverseConstellationsConstellationIdOk.new(
  constellation_id: null,
  name: null,
  position: null,
  region_id: null,
  systems: null
)