EventStartResponse

data class EventStartResponse(var dateTime: String? = null, var localDate: String? = null, var localTime: String? = null, var dateTBD: Boolean = false, var dateTBA: Boolean = false, var timeTBA: Boolean = false, var noSpecificTime: Boolean = false)

Represents event start date details in the Discovery API response.

Holds start date and time information with TBD/TBA flags.

Constructors

Link copied to clipboard
constructor(dateTime: String? = null, localDate: String? = null, localTime: String? = null, dateTBD: Boolean = false, dateTBA: Boolean = false, timeTBA: Boolean = false, noSpecificTime: Boolean = false)

Properties

Link copied to clipboard

Indicates if the date is to be announced, defaults to false.

Link copied to clipboard

Indicates if the date is to be determined, defaults to false.

Link copied to clipboard

The start date and time, if available.

Link copied to clipboard

The local start date, if available.

Link copied to clipboard

The local start time, if available.

Link copied to clipboard

Indicates if no specific start time is set, defaults to false.

Link copied to clipboard

Indicates if the time is to be announced, defaults to false.