Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 561 Bytes

GetCharactersCharacterIdMining200Ok.md

File metadata and controls

24 lines (18 loc) · 561 Bytes

RubyEveesiClient::GetCharactersCharacterIdMining200Ok

Properties

Name Type Description Notes
date Date date string
quantity Integer quantity integer
solar_system_id Integer solar_system_id integer
type_id Integer type_id integer

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetCharactersCharacterIdMining200Ok.new(
  date: null,
  quantity: null,
  solar_system_id: null,
  type_id: null
)