Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.96 KB

MatchSimple.md

File metadata and controls

24 lines (19 loc) · 1.96 KB

tba_api_client.model.MatchSimple

Load the model package

import 'package:tba_api_client/api.dart';

Properties

Name Type Description Notes
key String TBA match key with the format `yyyy[EVENT_CODE]_[COMP_LEVEL]m[MATCH_NUMBER]`, where `yyyy` is the year, and `EVENT_CODE` is the event code of the event, `COMP_LEVEL` is (qm, ef, qf, sf, f), and `MATCH_NUMBER` is the match number in the competition level. A set number may append the competition level if more than one match in required per set. [default to null]
compLevel String The competition level the match was played at. [default to null]
setNumber int The set number in a series of matches where more than one match is required in the match series. [default to null]
matchNumber int The match number of the match in the competition level. [default to null]
alliances MatchSimpleAlliances [optional] [default to null]
winningAlliance String The color (red/blue) of the winning alliance. Will contain an empty string in the event of no winner, or a tie. [optional] [default to null]
eventKey String Event key of the event the match was played at. [default to null]
time int UNIX timestamp (seconds since 1-Jan-1970 00:00:00) of the scheduled match time, as taken from the published schedule. [optional] [default to null]
predictedTime int UNIX timestamp (seconds since 1-Jan-1970 00:00:00) of the TBA predicted match start time. [optional] [default to null]
actualTime int UNIX timestamp (seconds since 1-Jan-1970 00:00:00) of actual match start time. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]