Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.32 KB

EventSimple.md

File metadata and controls

23 lines (18 loc) · 1.32 KB

net.thefletcher.tbaapi.v3client.Model.EventSimple

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.
Name string Official name of event on record either provided by FIRST or organizers of offseason event.
EventCode string Event short code, as provided by FIRST.
EventType int Event Type, as defined here: https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/event_type.py#L2
District DistrictList [optional]
City string City, town, village, etc. the event is located in. [optional]
StateProv string State or Province the event is located in. [optional]
Country string Country the event is located in. [optional]
StartDate DateTime Event start date in `yyyy-mm-dd` format.
EndDate DateTime Event end date in `yyyy-mm-dd` format.
Year int Year the event data is for.

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