ListTeamDevicesResult

public class ListTeamDevicesResult : CustomStringConvertible, JSONRepresentable

The ListTeamDevicesResult 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 devicesListTeamDevices to retrieve the rest.

    Declaration

    Swift

    public let hasMore: Bool
  • Pass the cursor into devicesListTeamDevices to receive the next sub list of team’s devices.

    Declaration

    Swift

    public let cursor: String?
  • Declaration

    Swift

    public var description: String { get }