Event End Response
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.