Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.15 KB

TeamSimple.md

File metadata and controls

21 lines (16 loc) · 1.15 KB

tba_api_client.model.TeamSimple

Load the model package

import 'package:tba_api_client/api.dart';

Properties

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]

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