Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 850 Bytes

MatchAlliance.md

File metadata and controls

18 lines (13 loc) · 850 Bytes

tba_api_client.model.MatchAlliance

Load the model package

import 'package:tba_api_client/api.dart';

Properties

Name Type Description Notes
score int Score for this alliance. Will be null or -1 for an unplayed match. [default to null]
teamKeys List<String> [default to []]
surrogateTeamKeys List<String> TBA team keys (eg `frc254`) of any teams playing as a surrogate. [optional] [default to []]
dqTeamKeys List<String> TBA team keys (eg `frc254`) of any disqualified teams. [optional] [default to []]

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