Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 965 Bytes

TeamEventStatusPlayoff.md

File metadata and controls

25 lines (18 loc) · 965 Bytes

TBA API v3 Ruby Client::TeamEventStatusPlayoff

Properties

Name Type Description Notes
level String The highest playoff level the team reached. [optional]
current_level_record WLTRecord [optional]
record WLTRecord [optional]
status String Current competition status for the playoffs. [optional]
playoff_average Integer The average match score during playoffs. Year specific. May be null if not relevant for a given year. [optional]

Code Sample

require 'TBA API v3 Ruby Client'

instance = TBA API v3 Ruby Client::TeamEventStatusPlayoff.new(level: null,
                                 current_level_record: null,
                                 record: null,
                                 status: null,
                                 playoff_average: null)