StatsPlayerGameScores
No description
type StatsPlayerGameScores {
blocks: Int
points: Int
steals: Int
assists: Int
minutes: String
rebounds: Int
turnovers: Int
plusMinus: Int
flagrantFouls: Int
personalFouls: Int
technicalFouls: Int
twoPointsMade: Int
blockedAttempts: Int
fieldGoalsMade: Int
freeThrowsMade: Int
threePointsMade: Int
defensiveRebounds: Int
offensiveRebounds: Int
pointsOffTurnovers: Int
twoPointsAttempted: Int
assistTurnoverRatio: Float
fieldGoalsAttempted: Int
freeThrowsAttempted: Int
twoPointsPercentage: Float
fieldGoalsPercentage: Float
freeThrowsPercentage: Float
threePointsAttempted: Int
threePointsPercentage: Float
playerPosition: PlayerPosition
}
Fields
blocks ● Int scalar
points ● Int scalar
steals ● Int scalar
assists ● Int scalar
minutes ● String scalar
rebounds ● Int scalar
turnovers ● Int scalar
plusMinus ● Int scalar
flagrantFouls ● Int scalar
personalFouls ● Int scalar
technicalFouls ● Int scalar
twoPointsMade ● Int scalar
blockedAttempts ● Int scalar
fieldGoalsMade ● Int scalar
freeThrowsMade ● Int scalar
threePointsMade ● Int scalar
defensiveRebounds ● Int scalar
offensiveRebounds ● Int scalar
pointsOffTurnovers ● Int scalar
twoPointsAttempted ● Int scalar
assistTurnoverRatio ● Float scalar
fieldGoalsAttempted ● Int scalar
freeThrowsAttempted ● Int scalar
twoPointsPercentage ● Float scalar
fieldGoalsPercentage ● Float scalar
freeThrowsPercentage ● Float scalar
threePointsAttempted ● Int scalar
threePointsPercentage ● Float scalar
playerPosition ● PlayerPosition enum
Member of
Play object