Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 847 Bytes

File metadata and controls

17 lines (12 loc) · 847 Bytes

tba_api_client.model.EventOPRs

Load the model package

import 'package:tba_api_client/api.dart';

Properties

Name Type Description Notes
oprs Map<String, double> A key-value pair with team key (eg `frc254`) as key and OPR as value. [optional] [default to {}]
dprs Map<String, double> A key-value pair with team key (eg `frc254`) as key and DPR as value. [optional] [default to {}]
ccwms Map<String, double> A key-value pair with team key (eg `frc254`) as key and CCWM as value. [optional] [default to {}]

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