import 'package:tba_api_client/api.dart';| 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] |