Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1017 Bytes

TeamEventStatusRankRanking.md

File metadata and controls

21 lines (16 loc) · 1017 Bytes

tba_api_v3.model.TeamEventStatusRankRanking

Load the model package

import 'package:tba_api_v3/api.dart';

Properties

Name Type Description Notes
matchesPlayed int Number of matches played. [optional]
qualAverage double For some years, average qualification score. Can be null. [optional]
sortOrders BuiltList<num> Ordered list of values used to determine the rank. See the sort_order_info property for the name of each value. [optional]
record WLTRecord [optional]
rank int Relative rank of this team. [optional]
dq int Number of matches the team was disqualified for. [optional]
teamKey String TBA team key for this rank. [optional]

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