TicketPlace

data class TicketPlace(val name: String? = null, val address: String? = null, val geo: TicketGeo? = null, val telephone: String? = null, val room: String? = null, val entrance: String? = null, val entranceGate: String? = null, val entranceDoor: String? = null, val entrancePortal: String? = null, val regionName: String? = null) : Parcelable

A venue (schema:Place) — the location of an event ticket.

Constructors

Link copied to clipboard
constructor(name: String? = null, address: String? = null, geo: TicketGeo? = null, telephone: String? = null, room: String? = null, entrance: String? = null, entranceGate: String? = null, entranceDoor: String? = null, entrancePortal: String? = null, regionName: String? = null)

Properties

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

Functions

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