GroupsListResult
open class GroupsListResult : CustomStringConvertible
The GroupsListResult struct
-
(no description)
Declaration
Swift
public let groups: Array<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
open var description: String { get }