ListMembersDevicesResult
public class ListMembersDevicesResult : CustomStringConvertible, JSONRepresentable
The ListMembersDevicesResult struct
-
The devices of each member of the team.
Declaration
Swift
public let devices: [Team.MemberDevices]
-
If true, then there are more devices available. Pass the cursor to devicesListMembersDevices to retrieve the rest.
Declaration
Swift
public let hasMore: Bool
-
Pass the cursor into devicesListMembersDevices to receive the next sub list of team’s devices.
Declaration
Swift
public let cursor: String?
-
Declaration
Swift
public var description: String { get }