InfoObject

data class InfoObject(var booking: Booking? = null, var reservation: List<Reservation>? = null, var position: Position? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(booking: Booking? = null, reservation: List<Reservation>? = null, position: Position? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Inherited functions

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