Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 968 Bytes

EventDistrictPoints.md

File metadata and controls

16 lines (11 loc) · 968 Bytes

tba_api_client.model.EventDistrictPoints

Load the model package

import 'package:tba_api_client/api.dart';

Properties

Name Type Description Notes
points Map<String, EventDistrictPointsPoints> Points gained for each team at the event. Stored as a key-value pair with the team key as the key, and an object describing the points as its value. [default to {}]
tiebreakers Map<String, EventDistrictPointsTiebreakers> Tiebreaker values for each team at the event. Stored as a key-value pair with the team key as the key, and an object describing the tiebreaker elements as its value. [optional] [default to {}]

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