ListMemberDevicesArg
public class ListMemberDevicesArg : CustomStringConvertible, JSONRepresentable
The ListMemberDevicesArg struct
-
The team’s member id.
Declaration
Swift
public let teamMemberId: String -
Whether to list web sessions of the team’s member.
Declaration
Swift
public let includeWebSessions: Bool -
Whether to list linked desktop devices of the team’s member.
Declaration
Swift
public let includeDesktopClients: Bool -
Whether to list linked mobile devices of the team’s member.
Declaration
Swift
public let includeMobileClients: Bool -
Declaration
Swift
public var description: String { get }
View on GitHub
ListMemberDevicesArg Class Reference