Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 497 Bytes

GetCorporationsCorporationIdStandings200Ok.md

File metadata and controls

22 lines (16 loc) · 497 Bytes

RubyEveesiClient::GetCorporationsCorporationIdStandings200Ok

Properties

Name Type Description Notes
from_id Integer from_id integer
from_type String from_type string
standing Float standing number

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetCorporationsCorporationIdStandings200Ok.new(
  from_id: null,
  from_type: null,
  standing: null
)