Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.02 KB

File metadata and controls

21 lines (16 loc) · 1.02 KB

tba_api_client.model.DistrictRankingEventPoints

Load the model package

import 'package:tba_api_client/api.dart';

Properties

Name Type Description Notes
districtCmp bool `true` if this event is a District Championship event. [default to null]
total int Total points awarded at this event. [default to null]
alliancePoints int Points awarded for alliance selection. [default to null]
elimPoints int Points awarded for elimination match performance. [default to null]
awardPoints int Points awarded for event awards. [default to null]
eventKey String TBA Event key for this event. [default to null]
qualPoints int Points awarded for qualification match performance. [default to null]

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