import 'package:tba_api_client/api.dart';
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] |