Skip to content

Latest commit

 

History

History
51 lines (46 loc) · 5.39 KB

File metadata and controls

51 lines (46 loc) · 5.39 KB

tba_api_client.model.EventInsights2018

Load the model package

import 'package:tba_api_client/api.dart';

Properties

Name Type Description Notes
autoQuestAchieved List<double> An array with three values, number of times auto quest was completed, number of opportunities to complete the auto quest, and percentage. [default to []]
averageBoostPlayed double Average number of boost power up scored (out of 3). [default to null]
averageEndgamePoints double Average endgame points. [default to null]
averageForcePlayed double Average number of force power up scored (out of 3). [default to null]
averageFoulScore double Average foul score. [default to null]
averagePointsAuto double Average points scored during auto. [default to null]
averagePointsTeleop double Average points scored during teleop. [default to null]
averageRunPointsAuto double Average mobility points scored during auto. [default to null]
averageScaleOwnershipPoints double Average scale ownership points scored. [default to null]
averageScaleOwnershipPointsAuto double Average scale ownership points scored during auto. [default to null]
averageScaleOwnershipPointsTeleop double Average scale ownership points scored during teleop. [default to null]
averageScore double Average score. [default to null]
averageSwitchOwnershipPoints double Average switch ownership points scored. [default to null]
averageSwitchOwnershipPointsAuto double Average switch ownership points scored during auto. [default to null]
averageSwitchOwnershipPointsTeleop double Average switch ownership points scored during teleop. [default to null]
averageVaultPoints double Average value points scored. [default to null]
averageWinMargin double Average margin of victory. [default to null]
averageWinScore double Average winning score. [default to null]
boostPlayedCounts List<double> An array with three values, number of times a boost power up was played, number of opportunities to play a boost power up, and percentage. [default to []]
climbCounts List<double> An array with three values, number of times a climb occurred, number of opportunities to climb, and percentage. [default to []]
faceTheBossAchieved List<double> An array with three values, number of times an alliance faced the boss, number of opportunities to face the boss, and percentage. [default to []]
forcePlayedCounts List<double> An array with three values, number of times a force power up was played, number of opportunities to play a force power up, and percentage. [default to []]
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 []]
levitatePlayedCounts List<double> An array with three values, number of times a levitate power up was played, number of opportunities to play a levitate power up, and percentage. [default to []]
runCountsAuto List<double> An array with three values, number of times a team scored mobility points in auto, number of opportunities to score mobility points in auto, and percentage. [default to []]
scaleNeutralPercentage double Average scale neutral percentage. [default to null]
scaleNeutralPercentageAuto double Average scale neutral percentage during auto. [default to null]
scaleNeutralPercentageTeleop double Average scale neutral percentage during teleop. [default to null]
switchOwnedCountsAuto List<double> An array with three values, number of times a switch was owned during auto, number of opportunities to own a switch during auto, and percentage. [default to []]
unicornMatches List<double> An array with three values, number of times a unicorn match (Win + Auto Quest + Face the Boss) occurred, number of opportunities to have a unicorn match, and percentage. [default to []]
winningOppSwitchDenialPercentageTeleop double Average opposing switch denail percentage for the winning alliance during teleop. [default to null]
winningOwnSwitchOwnershipPercentage double Average own switch ownership percentage for the winning alliance. [default to null]
winningOwnSwitchOwnershipPercentageAuto double Average own switch ownership percentage for the winning alliance during auto. [default to null]
winningOwnSwitchOwnershipPercentageTeleop double Average own switch ownership percentage for the winning alliance during teleop. [default to null]
winningScaleOwnershipPercentage double Average scale ownership percentage for the winning alliance. [default to null]
winningScaleOwnershipPercentageAuto double Average scale ownership percentage for the winning alliance during auto. [default to null]
winningScaleOwnershipPercentageTeleop double Average scale ownership percentage for the winning alliance during teleop. [default to null]

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