BackupState

public enum BackupState : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case createInProgress = "CREATE_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case ready = "READY"
  • Undocumented

    Declaration

    Swift

    case deleted = "DELETED"
  • Undocumented

    Declaration

    Swift

    case pendingDeletion = "PENDING_DELETION"
  • Declaration

    Swift

    public var description: String { get }