Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 473 Bytes

GetCharactersCharacterIdFittingsItem.md

File metadata and controls

22 lines (16 loc) · 473 Bytes

RubyEveesiClient::GetCharactersCharacterIdFittingsItem

Properties

Name Type Description Notes
flag String flag string
quantity Integer quantity integer
type_id Integer type_id integer

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetCharactersCharacterIdFittingsItem.new(
  flag: null,
  quantity: null,
  type_id: null
)