Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 930 Bytes

Award.md

File metadata and controls

17 lines (12 loc) · 930 Bytes

TBAAPI.V3Client.Model.Award

Properties

Name Type Description Notes
Name string The name of the award as provided by FIRST. May vary for the same award type.
AwardType int Type of award given. See https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/award_type.py#L6
EventKey string The event_key of the event the award was won at.
RecipientList List<AwardRecipient> A list of recipients of the award at the event. May have either a team_key or an awardee, both, or neither (in the case the award wasn't awarded at the event).
Year int The year this award was won.

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