Discovery Event
constructor(discoveryID: String? = null, name: String? = null, hostID: String? = null, startDate: String? = null, localStartDate: String? = null, localStartTime: String? = null, endDate: String? = null, localEndDate: String? = null, timeZone: String? = null, spanMultipleDays: Boolean? = null, dateTBA: Boolean? = null, dateTBD: Boolean? = null, timeTBA: Boolean? = null, noSpecificTime: Boolean? = null, isActive: Boolean? = null, isVisible: Boolean? = null, isDiscoverable: Boolean? = null, isTestEvent: Boolean? = null, onSaleStatusCode: String? = null, type: String? = null, hostEventType: String? = null, seriesMaster: Boolean? = null, domain: String? = null, locale: String? = null, info: String? = null, notes: String? = null, externalURL: String? = null, resaleSoftLanding: Boolean? = null, distance: Double? = null, visibilityDateRange: DiscoveryDateRange? = null, publicOnSaleDateRange: DiscoveryDateRange? = null, presaleDateRangeArray: List<DiscoveryDateRange>? = null, priceRangeList: List<DiscoveryPriceRange>? = null, promoter: DiscoveryPromoter? = null, classificationList: List<DiscoveryClassification>? = null, imageMetadataList: List<DiscoveryImageMetadata>? = null, attractions: List<DiscoveryAttraction>? = null, venues: List<DiscoveryVenue>? = null, error: TMDiscoveryAPIError? = null)