Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.64 KB

PostUniverseIdsOk.md

File metadata and controls

36 lines (30 loc) · 1.64 KB

RubyEveesiClient::PostUniverseIdsOk

Properties

Name Type Description Notes
agents Array<PostUniverseIdsAgent> agents array [optional]
alliances Array<PostUniverseIdsAlliance> alliances array [optional]
characters Array<PostUniverseIdsCharacter> characters array [optional]
constellations Array<PostUniverseIdsConstellation> constellations array [optional]
corporations Array<PostUniverseIdsCorporation> corporations array [optional]
factions Array<PostUniverseIdsFaction> factions array [optional]
inventory_types Array<PostUniverseIdsInventoryType> inventory_types array [optional]
regions Array<PostUniverseIdsRegion> regions array [optional]
stations Array<PostUniverseIdsStation> stations array [optional]
systems Array<PostUniverseIdsSystem> systems array [optional]

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::PostUniverseIdsOk.new(
  agents: null,
  alliances: null,
  characters: null,
  constellations: null,
  corporations: null,
  factions: null,
  inventory_types: null,
  regions: null,
  stations: null,
  systems: null
)