ApplicationRestoreType
public enum ApplicationRestoreType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case skipRestoreFromSnapshot = "SKIP_RESTORE_FROM_SNAPSHOT"
-
Undocumented
Declaration
Swift
case restoreFromLatestSnapshot = "RESTORE_FROM_LATEST_SNAPSHOT"
-
Undocumented
Declaration
Swift
case restoreFromCustomSnapshot = "RESTORE_FROM_CUSTOM_SNAPSHOT"
-
Declaration
Swift
public var description: String { get }