Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.49 KB

TeamEventStatus.md

File metadata and controls

22 lines (17 loc) · 1.49 KB

tba_api_client.model.TeamEventStatus

Load the model package

import 'package:tba_api_client/api.dart';

Properties

Name Type Description Notes
qual TeamEventStatusRank [optional] [default to null]
alliance TeamEventStatusAlliance [optional] [default to null]
playoff TeamEventStatusPlayoff [optional] [default to null]
allianceStatusStr String An HTML formatted string suitable for display to the user containing the team's alliance pick status. [optional] [default to null]
playoffStatusStr String An HTML formatter string suitable for display to the user containing the team's playoff status. [optional] [default to null]
overallStatusStr String An HTML formatted string suitable for display to the user containing the team's overall status summary of the event. [optional] [default to null]
nextMatchKey String TBA match key for the next match the team is scheduled to play in at this event, or null. [optional] [default to null]
lastMatchKey String TBA match key for the last match the team played in at this event, or null. [optional] [default to null]

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