Skip to main content

RoundCourse

Type representing the course details for a round.

type RoundCourse {
round: Int
frontPar: Int
backPar: Int
par: Int
frontYards: Int
frontMetres: Int
backYards: Int
backMetres: Int
totalYards: Int
totalMetres: Int
holes: [Hole]
}

Fields

RoundCourse.round ● Int scalar

The number of the round.

RoundCourse.frontPar ● Int scalar

The par for the front nine holes for the course.

RoundCourse.backPar ● Int scalar

The par for the back nine holes for the course.

RoundCourse.par ● Int scalar

The total par for all holes for the course.

RoundCourse.frontYards ● Int scalar

The total yards for the front nine holes for the course.

RoundCourse.frontMetres ● Int scalar

The total metres for the front nine holes for the course.

RoundCourse.backYards ● Int scalar

The total yards for the back nine holes for the course.

RoundCourse.backMetres ● Int scalar

The total metres for the back nine holes for the course.

RoundCourse.totalYards ● Int scalar

The total yards for all holes for the course.

RoundCourse.totalMetres ● Int scalar

The total metres for all holes for the course.

RoundCourse.holes ● [Hole] list object

The list of holes for the course.

Member of

TournamentCourse object