SaveRestoreData
public struct SaveRestoreData : Content
The Bulk User Download file is a serialization of this object, plus a bunch of image files, all zipped up.
-
Array of users to save and restore.
Declaration
Swift
var users: [UserSaveRestoreData] -
Array of official performers to save and restore.
Declaration
Swift
var performers: [PerformerUploadData] -
Array of event UIDs that need photographers.
Declaration
Swift
var needsPhotographer: [String] -
Array of Daily Themes to save and restore.
Declaration
Swift
var dailyThemes: [DailyThemeSaveRestoreData] -
Array of Hunts (with their Puzzles) to save and restore.
Declaration
Swift
var hunts: [HuntSaveRestoreData]
View on GitHub