Method: ESI::PostUniverseIdsOk.swagger_types

Defined in:
lib/esi-client-bvv/models/post_universe_ids_ok.rb

.swagger_typesObject

Attribute type mapping.



66
67
68
69
70
71
72
73
74
75
76
77
78
79
# File 'lib/esi-client-bvv/models/post_universe_ids_ok.rb', line 66

def self.swagger_types
  {
    :'agents' => :'Array<PostUniverseIdsAgent>',
    :'alliances' => :'Array<PostUniverseIdsAlliance>',
    :'characters' => :'Array<PostUniverseIdsCharacter>',
    :'constellations' => :'Array<PostUniverseIdsConstellation>',
    :'corporations' => :'Array<PostUniverseIdsCorporation>',
    :'factions' => :'Array<PostUniverseIdsFaction>',
    :'inventory_types' => :'Array<PostUniverseIdsInventoryType>',
    :'regions' => :'Array<PostUniverseIdsRegion>',
    :'stations' => :'Array<PostUniverseIdsStation>',
    :'systems' => :'Array<PostUniverseIdsSystem>'
  }
end