TournamentSchedule class
A representation of a clash tournament schedule.
Signature:
export declare class TournamentSchedule Constructor
new TournamentSchedule (data: TournamentScheduleData)Constructs a new instance of the TournamentSchedule class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | TournamentScheduleData | The raw tournament schedule data from the API. | 
Properties
cancelled
Whether the events as per this schedule have been cancelled.
Type: Boolean
id
The ID of the tournament schedule.
Type: Number
registrationTime
The time at which the registration begins.
Type: Date
registrationTimestamp
The timestamp at which the registration begins.
Type: Number
startTime
The time at which the tournament begins.
Type: Date
startTimestamp
The timestamp at which the tournament begins.
Type: Number
Table of Contents
