Potted Balls

Represents the potted balls details within advanced statistics for a tournament.

Properties

Property
Type
Description

redBalls

Integer

Number of potted red balls

blackBalls

Integer

Number of potted black balls

pinkBalls

Integer

Number of potted pink balls

blueBalls

Integer

Number of potted blue balls

brownBalls

Integer

Number of potted brown balls

greenBalls

Integer

Number of potted green balls

yellowBalls

Integer

Number of potted yellow balls

JSON Response
{
      "redBalls": 0,
      "blueBalls": 0,
      "pinkBalls": 0,
      "blackBalls": 0,
      "brownBalls": 0,
      "greenBalls": 0,
      "yellowBalls": 0
  }

Last updated