BackupLifecycle
public enum BackupLifecycle : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case available = "AVAILABLE" -
Undocumented
Declaration
Swift
case creating = "CREATING" -
Undocumented
Declaration
Swift
case transferring = "TRANSFERRING" -
Undocumented
Declaration
Swift
case deleted = "DELETED" -
Undocumented
Declaration
Swift
case failed = "FAILED" -
Declaration
Swift
public var description: String { get }
View on GitHub
BackupLifecycle Enumeration Reference