Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 844 Bytes

PlayerMatchupsStatsEntry.md

File metadata and controls

34 lines (28 loc) · 844 Bytes

StormgateWorld::PlayerMatchupsStatsEntry

Properties

Name Type Description Notes
match_length_range String [optional]
matches_count Integer
wins_count Integer
losses_count Integer
wins Integer
losses Integer
ties Integer
win_rate Float [optional]
match_length PlayerStatsEntryNumBreakdown

Example

require 'stormgate_world'

instance = StormgateWorld::PlayerMatchupsStatsEntry.new(
  match_length_range: null,
  matches_count: null,
  wins_count: null,
  losses_count: null,
  wins: null,
  losses: null,
  ties: null,
  win_rate: null,
  match_length: null
)