Name | Type | Description | Notes |
---|---|---|---|
key | kotlin.String | TBA team key with the format `frcXXXX` with `XXXX` representing the team number. | |
teamNumber | kotlin.Int | Official team number issued by FIRST. | |
name | kotlin.String | Official long name registered with FIRST. | |
nickname | kotlin.String | Team nickname provided by FIRST. | [optional] |
city | kotlin.String | City of team derived from parsing the address registered with FIRST. | [optional] |
stateProv | kotlin.String | State of team derived from parsing the address registered with FIRST. | [optional] |
country | kotlin.String | Country of team derived from parsing the address registered with FIRST. | [optional] |