Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.24 KB

EventRankingRankings.md

File metadata and controls

22 lines (17 loc) · 1.24 KB

tba_api_client.model.EventRankingRankings

Load the model package

import 'package:tba_api_client/api.dart';

Properties

Name Type Description Notes
matchesPlayed int Number of matches played by this team. [default to null]
qualAverage int The average match score during qualifications. Year specific. May be null if not relevant for a given year. [optional] [default to null]
extraStats List<num> Additional special data on the team's performance calculated by TBA. [optional] [default to []]
sortOrders List<num> Additional year-specific information, may be null. See parent `sort_order_info` for details. [optional] [default to []]
record WLTRecord [default to null]
rank int The team's rank at the event as provided by FIRST. [default to null]
dq int Number of times disqualified. [default to null]
teamKey String The team with this rank. [default to null]

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