Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 948 Bytes

DistrictRanking.md

File metadata and controls

19 lines (14 loc) · 948 Bytes

tba_api_client.model.DistrictRanking

Load the model package

import 'package:tba_api_client/api.dart';

Properties

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 []]

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