GroupsListResult
public class GroupsListResult : CustomStringConvertible, JSONRepresentable
The GroupsListResult struct
-
(no description)
Declaration
Swift
public let groups: [TeamCommon.GroupSummary]
-
Pass the cursor into groupsListContinue to obtain the additional groups.
Declaration
Swift
public let cursor: String
-
Is true if there are additional groups that have not been returned yet. An additional call to groupsListContinue can retrieve them.
Declaration
Swift
public let hasMore: Bool
-
Declaration
Swift
public var description: String { get }