Skip to content

Files

Latest commit

author
Travis CI User
Jun 4, 2020
54d72da · Jun 4, 2020

History

History
25 lines (20 loc) · 1.59 KB

EventSimple.md

File metadata and controls

25 lines (20 loc) · 1.59 KB

tba_api_client.model.EventSimple

Load the model package

import 'package:tba_api_client/api.dart';

Properties

Name Type Description Notes
key String TBA event key with the format yyyy[EVENT_CODE], where yyyy is the year, and EVENT_CODE is the event code of the event. [default to null]
name String Official name of event on record either provided by FIRST or organizers of offseason event. [default to null]
eventCode String Event short code, as provided by FIRST. [default to null]
eventType int Event Type, as defined here: https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/event_type.py#L2 [default to null]
district DistrictList [optional] [default to null]
city String City, town, village, etc. the event is located in. [optional] [default to null]
stateProv String State or Province the event is located in. [optional] [default to null]
country String Country the event is located in. [optional] [default to null]
startDate DateTime Event start date in `yyyy-mm-dd` format. [default to null]
endDate DateTime Event end date in `yyyy-mm-dd` format. [default to null]
year int Year the event data is for. [default to null]

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