DiscoveryClassificationItem

data class DiscoveryClassificationItem(val classificationId: String?, val name: String?) : Parcelable

Represents a single classification item for an attraction or event.

Parameters

classificationId

The ID of the classification, or null if not set.

name

The name of the classification, or null if not set.

Constructors

Link copied to clipboard
constructor(classificationId: String?, name: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val name: String?

Functions

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