Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 932 Bytes

EliminationAlliance.md

File metadata and controls

19 lines (14 loc) · 932 Bytes

tba_api_client.model.EliminationAlliance

Load the model package

import 'package:tba_api_client/api.dart';

Properties

Name Type Description Notes
name String Alliance name, may be null. [optional] [default to null]
backup EliminationAllianceBackup [optional] [default to null]
declines List<String> List of teams that declined the alliance. [optional] [default to []]
picks List<String> List of team keys picked for the alliance. First pick is captain. [default to []]
status EliminationAllianceStatus [optional] [default to null]

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