ListMemberDevicesResult
public class ListMemberDevicesResult : CustomStringConvertible, JSONRepresentable
The ListMemberDevicesResult struct
-
List of web sessions made by this team member.
Declaration
Swift
public let activeWebSessions: [Team.ActiveWebSession]?
-
List of desktop clients used by this team member.
Declaration
Swift
public let desktopClientSessions: [Team.DesktopClientSession]?
-
List of mobile client used by this team member.
Declaration
Swift
public let mobileClientSessions: [Team.MobileClientSession]?
-
Declaration
Swift
public var description: String { get }