Discovery Abstract Entity
open class DiscoveryAbstractEntity(val discoveryID: String? = null, val hostID: String? = null, val name: String? = null, val isActive: Boolean? = null, val isDiscoverable: Boolean? = null, val type: String? = null, val prismicImage: String? = null, val imageMetadataList: List<DiscoveryImageMetadata>? = null, val shareURL: String? = null, var tmMarketDomain: TMMarketDomain? = null, val countryCode: String? = null) : Parcelable
Base class for entities like artists or teams in the Discovery API.
Represents common attributes for entities like attractions or venues.
Inheritors
Constructors
Link copied to clipboard
constructor(discoveryID: String? = null, hostID: String? = null, name: String? = null, isActive: Boolean? = null, isDiscoverable: Boolean? = null, type: String? = null, prismicImage: String? = null, imageMetadataList: List<DiscoveryImageMetadata>? = null, shareURL: String? = null, tmMarketDomain: TMMarketDomain? = null, countryCode: String? = null)
Properties
Link copied to clipboard
The country code, used for venues, if available.
Link copied to clipboard
The entity's Discovery ID, if available.
Link copied to clipboard
List of image metadata, if available.
Link copied to clipboard
Indicates if the entity is discoverable, if available.
Link copied to clipboard
The Prismic image URL, if available.
Link copied to clipboard
The market domain for the entity, if available.