Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.29 KB

GetCharactersCharacterIdSearchOk.md

File metadata and controls

38 lines (32 loc) · 1.29 KB

RubyEveesiClient::GetCharactersCharacterIdSearchOk

Properties

Name Type Description Notes
agent Array<Integer> agent array [optional]
alliance Array<Integer> alliance array [optional]
character Array<Integer> character array [optional]
constellation Array<Integer> constellation array [optional]
corporation Array<Integer> corporation array [optional]
faction Array<Integer> faction array [optional]
inventory_type Array<Integer> inventory_type array [optional]
region Array<Integer> region array [optional]
solar_system Array<Integer> solar_system array [optional]
station Array<Integer> station array [optional]
structure Array<Integer> structure array [optional]

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetCharactersCharacterIdSearchOk.new(
  agent: null,
  alliance: null,
  character: null,
  constellation: null,
  corporation: null,
  faction: null,
  inventory_type: null,
  region: null,
  solar_system: null,
  station: null,
  structure: null
)