Discovery Date Range
data class DiscoveryDateRange(val name: String?, val startDate: String?, val endDate: String?, val dateTBD: Boolean?, val url: String?, val description: String?) : Parcelable
Represents a date range for events in the Discovery API.
Holds date range details, such as start date, end date, and URL.