MembersListV2Result
public class MembersListV2Result : CustomStringConvertible, JSONRepresentable
The MembersListV2Result struct
-
List of team members.
Declaration
Swift
public let members: [Team.TeamMemberInfoV2]
-
Pass the cursor into membersListContinueV2 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 membersListContinueV2 can retrieve them.
Declaration
Swift
public let hasMore: Bool
-
Declaration
Swift
public var description: String { get }