Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.13 KB

GetCorporationsCorporationIdFwStatsOk.md

File metadata and controls

26 lines (20 loc) · 1.13 KB

RubyEveesiClient::GetCorporationsCorporationIdFwStatsOk

Properties

Name Type Description Notes
enlisted_on Time The enlistment date of the given corporation into faction warfare. Will not be included if corporation is not enlisted in faction warfare [optional]
faction_id Integer The faction the given corporation is enlisted to fight for. Will not be included if corporation is not enlisted in faction warfare [optional]
kills GetCorporationsCorporationIdFwStatsKills
pilots Integer How many pilots the enlisted corporation has. Will not be included if corporation is not enlisted in faction warfare [optional]
victory_points GetCorporationsCorporationIdFwStatsVictoryPoints

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetCorporationsCorporationIdFwStatsOk.new(
  enlisted_on: null,
  faction_id: null,
  kills: null,
  pilots: null,
  victory_points: null
)