Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.12 KB

TeamEventStatusRankRanking.md

File metadata and controls

21 lines (16 loc) · 1.12 KB

tba_api_client.model.TeamEventStatusRankRanking

Load the model package

import 'package:tba_api_client/api.dart';

Properties

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

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