ListMembersDevicesArg
public class ListMembersDevicesArg : CustomStringConvertible, JSONRepresentable
The ListMembersDevicesArg struct
-
At the first call to the devicesListMembersDevices the cursor shouldn’t be passed. Then, if the result of the call includes a cursor, the following requests should include the received cursors in order to receive the next sub list of team devices.
Declaration
Swift
public let cursor: String? -
Whether to list web sessions of the team members.
Declaration
Swift
public let includeWebSessions: Bool -
Whether to list desktop clients of the team members.
Declaration
Swift
public let includeDesktopClients: Bool -
Whether to list mobile clients of the team members.
Declaration
Swift
public let includeMobileClients: Bool -
Declaration
Swift
public var description: String { get }
View on GitHub
ListMembersDevicesArg Class Reference