Discovery Attraction
constructor(discoveryID: String, hostID: String?, name: String?, isActive: Boolean?, isDiscoverable: Boolean?, isTestAttraction: Boolean?, type: String?, locale: String?, imageMetadataList: List<DiscoveryImageMetadata>?, classificationList: List<DiscoveryClassification>?)
Parameters
discovery ID
The ID of the attraction in the Discovery API.
host ID
The ID of the attraction in the Host system, or null.
name
The name of the attraction, or null if not set.
is Active
Whether the attraction is active, or null if not set.
is Discoverable
Whether the attraction is discoverable, or null.
is Test Attraction
Whether the attraction is for testing, or null.
type
The type of the attraction, or null if not set.
locale
The locale of the attraction, or null if not set.
image Metadata List
List of image metadata, or null if not set.
classification List
List of classifications, or null if not set.