ExternalDriveBackupStatusChangedDetails
public class ExternalDriveBackupStatusChangedDetails : CustomStringConvertible, JSONRepresentable
Modified external drive backup.
-
Device’s session logged information.
Declaration
Swift
public let desktopDeviceSessionInfo: TeamLog.DesktopDeviceSessionLogInfo -
Previous status of this external drive backup.
Declaration
Swift
public let previousValue: TeamLog.ExternalDriveBackupStatus -
Next status of this external drive backup.
Declaration
Swift
public let newValue: TeamLog.ExternalDriveBackupStatus -
Declaration
Swift
public var description: String { get }
View on GitHub
ExternalDriveBackupStatusChangedDetails Class Reference