DeviceDeleteOnUnlinkSuccessDetails

public class DeviceDeleteOnUnlinkSuccessDetails : CustomStringConvertible, JSONRepresentable

Deleted all files from unlinked device.

  • Session unique id.

    Declaration

    Swift

    public let sessionInfo: TeamLog.SessionLogInfo?
  • The device name. Might be missing due to historical data gap.

    Declaration

    Swift

    public let displayName: String?
  • Declaration

    Swift

    public var description: String { get }