EventEndResponse

data class EventEndResponse(var approximate: Boolean = false, var dateTime: String? = null, var localDate: String? = null, var noSpecificTime: Boolean = false)

Represents event end date details in the Discovery API response.

Holds end date and time information with approximation flags.

Constructors

Link copied to clipboard
constructor(approximate: Boolean = false, dateTime: String? = null, localDate: String? = null, noSpecificTime: Boolean = false)

Properties

Link copied to clipboard

Indicates if the end time is approximate, defaults to false.

Link copied to clipboard

The end date and time, if available.

Link copied to clipboard

The local end date, if available.

Link copied to clipboard

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