import 'package:tba_api_client/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
teamKey | String | TBA team key for the team. | [default to null] |
rank | int | Numerical rank of the team, 1 being top rank. | [default to null] |
rookieBonus | int | Any points added to a team as a result of the rookie bonus. | [optional] [default to null] |
pointTotal | int | Total district points for the team. | [default to null] |
eventPoints | List<DistrictRankingEventPoints> | List of events that contributed to the point total for the team. | [optional] [default to []] |