ExternalDriveBackupEligibilityStatusCheckedDetails
public class ExternalDriveBackupEligibilityStatusCheckedDetails : CustomStringConvertible, JSONRepresentable
Checked external drive backup eligibility status.
-
Device’s session logged information.
Declaration
Swift
public let desktopDeviceSessionInfo: TeamLog.DesktopDeviceSessionLogInfo
-
Current eligibility status of external drive backup.
Declaration
Swift
public let status: TeamLog.ExternalDriveBackupEligibilityStatus
-
Total number of valid external drive backup for all the team members.
Declaration
Swift
public let numberOfExternalDriveBackup: UInt64
-
Declaration
Swift
public var description: String { get }