Name | Type | Description | Notes |
---|---|---|---|
oprs | Hash<String, Float> | A key-value pair with team key (eg `frc254`) as key and OPR as value. | [optional] |
dprs | Hash<String, Float> | A key-value pair with team key (eg `frc254`) as key and DPR as value. | [optional] |
ccwms | Hash<String, Float> | A key-value pair with team key (eg `frc254`) as key and CCWM as value. | [optional] |
require 'TBA API v3 Ruby Client'
instance = TBA API v3 Ruby Client::EventOPRs.new(oprs: null,
dprs: null,
ccwms: null)