DailyThemeSaveRestoreData
struct DailyThemeSaveRestoreData : Content, Sendable
Used during bulk export/import to save and restore DailyTheme records. Unlike DailyThemeData (the API-facing DTO),
this is only ever used for Admin-to-Admin server transfer, so it carries the raw image filename rather than an upload/URL.
-
Declaration
Swift
let title: String -
Declaration
Swift
let info: String -
Declaration
Swift
let image: String? -
Declaration
Swift
let cruiseDay: Int32 -
Declaration
Swift
init(_ theme: DailyTheme)
View on GitHub