Round

data class Round(val label: String, val start: String, val room: String, val docShareLink: String, val data: List<RoundData>)

Represents a round in a tournament that a user is competiting in.

Constructors

Link copied to clipboard
constructor(label: String, start: String, room: String, docShareLink: String, data: List<RoundData>)

Properties

Link copied to clipboard

The round data associated with this round.

Link copied to clipboard

The link for document sharing.

Link copied to clipboard

The round label name.

Link copied to clipboard

The room number for the location of round.

Link copied to clipboard

The starting time of the round.