Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 872 Bytes

DistrictRanking.md

File metadata and controls

19 lines (14 loc) · 872 Bytes

tba_api_v3.model.DistrictRanking

Load the model package

import 'package:tba_api_v3/api.dart';

Properties

Name Type Description Notes
teamKey String TBA team key for the team.
rank int Numerical rank of the team, 1 being top rank.
rookieBonus int Any points added to a team as a result of the rookie bonus. [optional]
pointTotal int Total district points for the team.
eventPoints BuiltList<DistrictRankingEventPointsInner> List of events that contributed to the point total for the team. [optional]

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