MembersListResult

public class MembersListResult : CustomStringConvertible, JSONRepresentable

The MembersListResult struct

  • List of team members.

    Declaration

    Swift

    public let members: [Team.TeamMemberInfo]
  • Pass the cursor into membersListContinue to obtain the additional members.

    Declaration

    Swift

    public let cursor: String
  • Is true if there are additional team members that have not been returned yet. An additional call to membersListContinue can retrieve them.

    Declaration

    Swift

    public let hasMore: Bool
  • Declaration

    Swift

    public var description: String { get }