DeviceSyncBackupStatusChangedDetails
public class DeviceSyncBackupStatusChangedDetails : CustomStringConvertible, JSONRepresentable
Enabled/disabled backup for computer.
-
Device’s session logged information.
Declaration
Swift
public let desktopDeviceSessionInfo: TeamLog.DesktopDeviceSessionLogInfo
-
Previous status of computer backup on the device.
Declaration
Swift
public let previousValue: TeamLog.BackupStatus
-
Next status of computer backup on the device.
Declaration
Swift
public let newValue: TeamLog.BackupStatus
-
Declaration
Swift
public var description: String { get }