Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 595 Bytes

StatsByTimeMatchLengthEntry.md

File metadata and controls

28 lines (22 loc) · 595 Bytes

StormgateWorld::StatsByTimeMatchLengthEntry

Properties

Name Type Description Notes
date Date [optional]
average Integer [optional]
median Integer [optional]
p70 Integer [optional]
p90 Integer [optional]
p95 Integer [optional]

Example

require 'stormgate_world'

instance = StormgateWorld::StatsByTimeMatchLengthEntry.new(
  date: null,
  average: null,
  median: null,
  p70: null,
  p90: null,
  p95: null
)