Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 782 Bytes

EventOPRs.md

File metadata and controls

12 lines (9 loc) · 782 Bytes

TBAAPI.V3Client.Model.EventOPRs

OPR, DPR, and CCWM for teams at the event.

Properties

Name Type Description Notes
Oprs Dictionary<string, float> A key-value pair with team key (eg `frc254`) as key and OPR as value. [optional]
Dprs Dictionary<string, float> A key-value pair with team key (eg `frc254`) as key and DPR as value. [optional]
Ccwms Dictionary<string, float> A key-value pair with team key (eg `frc254`) as key and CCWM as value. [optional]

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