Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 988 Bytes

File metadata and controls

20 lines (15 loc) · 988 Bytes

tba_api_client.model.APIStatus

Load the model package

import 'package:tba_api_client/api.dart';

Properties

Name Type Description Notes
currentSeason int Year of the current FRC season. [default to null]
maxSeason int Maximum FRC season year for valid queries. [default to null]
isDatafeedDown bool True if the entire FMS API provided by FIRST is down. [default to null]
downEvents List<String> An array of strings containing event keys of any active events that are no longer updating. [default to []]
ios APIStatusAppVersion [default to null]
android APIStatusAppVersion [default to null]

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