ExcludedUsersListResult
public class ExcludedUsersListResult : CustomStringConvertible, JSONRepresentable
Excluded users list result.
-
(no description)
Declaration
Swift
public let users: [Team.MemberProfile] -
Pass the cursor into memberSpaceLimitsExcludedUsersListContinue to obtain additional excluded users.
Declaration
Swift
public let cursor: String? -
Is true if there are additional excluded users that have not been returned yet. An additional call to memberSpaceLimitsExcludedUsersListContinue can retrieve them.
Declaration
Swift
public let hasMore: Bool -
Declaration
Swift
public var description: String { get }
View on GitHub
ExcludedUsersListResult Class Reference