Skip to content

Latest commit

 

History

History
executable file
·
19 lines (14 loc) · 1.05 KB

Award.md

File metadata and controls

executable file
·
19 lines (14 loc) · 1.05 KB

swagger.model.Award

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
name String The name of the award as provided by FIRST. May vary for the same award type. [default to null]
awardType int Type of award given. See https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/award_type.py#L6 [default to null]
eventKey String The event_key of the event the award was won at. [default to null]
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). [default to []]
year int The year this award was won. [default to null]

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