import 'package:tba_api_client/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
key | String | TBA team key with the format `frcXXXX` with `XXXX` representing the team number. | [default to null] |
teamNumber | int | Official team number issued by FIRST. | [default to null] |
nickname | String | Team nickname provided by FIRST. | [optional] [default to null] |
name | String | Official long name registered with FIRST. | [default to null] |
city | String | City of team derived from parsing the address registered with FIRST. | [optional] [default to null] |
stateProv | String | State of team derived from parsing the address registered with FIRST. | [optional] [default to null] |
country | String | Country of team derived from parsing the address registered with FIRST. | [optional] [default to null] |