Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 3.62 KB

File metadata and controls

38 lines (33 loc) · 3.62 KB

tba_api_client.model.EventInsights2016

Load the model package

import 'package:tba_api_client/api.dart';

Properties

Name Type Description Notes
lowBar List<double> For the Low Bar - An array with three values, number of times damaged, number of opportunities to damage, and percentage. [default to []]
aChevalDeFrise List<double> For the Cheval De Frise - An array with three values, number of times damaged, number of opportunities to damage, and percentage. [default to []]
aPortcullis List<double> For the Portcullis - An array with three values, number of times damaged, number of opportunities to damage, and percentage. [default to []]
bRamparts List<double> For the Ramparts - An array with three values, number of times damaged, number of opportunities to damage, and percentage. [default to []]
bMoat List<double> For the Moat - An array with three values, number of times damaged, number of opportunities to damage, and percentage. [default to []]
cSallyPort List<double> For the Sally Port - An array with three values, number of times damaged, number of opportunities to damage, and percentage. [default to []]
cDrawbridge List<double> For the Drawbridge - An array with three values, number of times damaged, number of opportunities to damage, and percentage. [default to []]
dRoughTerrain List<double> For the Rough Terrain - An array with three values, number of times damaged, number of opportunities to damage, and percentage. [default to []]
dRockWall List<double> For the Rock Wall - An array with three values, number of times damaged, number of opportunities to damage, and percentage. [default to []]
averageHighGoals double Average number of high goals scored. [default to null]
averageLowGoals double Average number of low goals scored. [default to null]
breaches List<double> An array with three values, number of times breached, number of opportunities to breach, and percentage. [default to []]
scales List<double> An array with three values, number of times scaled, number of opportunities to scale, and percentage. [default to []]
challenges List<double> An array with three values, number of times challenged, number of opportunities to challenge, and percentage. [default to []]
captures List<double> An array with three values, number of times captured, number of opportunities to capture, and percentage. [default to []]
averageWinScore double Average winning score. [default to null]
averageWinMargin double Average margin of victory. [default to null]
averageScore double Average total score. [default to null]
averageAutoScore double Average autonomous score. [default to null]
averageCrossingScore double Average crossing score. [default to null]
averageBoulderScore double Average boulder score. [default to null]
averageTowerScore double Average tower score. [default to null]
averageFoulScore double Average foul score. [default to null]
highScore List<String> An array with three values, high score, match key from the match with the high score, and the name of the match. [default to []]

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