DiscoveryDateRange

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.

Constructors

Link copied to clipboard
constructor(name: String?, startDate: String?, endDate: String?, dateTBD: Boolean?, url: String?, description: String?)

Properties

Link copied to clipboard

Indicates if the date is to be determined, if available.

Link copied to clipboard

The description of the date range, if available.

Link copied to clipboard

The end date, if available.

Link copied to clipboard
val name: String?

The name of the date range, if available.

Link copied to clipboard

The start date, if available.

Link copied to clipboard
val url: String?

The URL for the date range, if available.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)