PerformerEventLinkPreviewData
public struct PerformerEventLinkPreviewData : Content
Used to return the results of comparing a bulk-scraped set of performers against the performers already in the database. The diff groups performers into categories based on whether they need to be created, updated, or are unchanged.
Returned by: GET /api/v3/admin/performer/bulk/verify
-
The matched performer that would receive the event link.
Declaration
Swift
var performerName: String -
The title of the matched or scraped event.
Declaration
Swift
var eventTitle: String -
Human-readable start time for the event.
Declaration
Swift
var eventStartTime: String -
Optional location for matched DB events.
Declaration
Swift
var eventLocation: String?
View on GitHub