ListUsersOnFolderResponse

public class ListUsersOnFolderResponse : CustomStringConvertible, JSONRepresentable

The ListUsersOnFolderResponse struct

  • List of email addresses that are invited on the Paper folder.

    Declaration

    Swift

    public let invitees: [Sharing.InviteeInfo]
  • List of users that are invited on the Paper folder.

    Declaration

    Swift

    public let users: [Sharing.UserInfo]
  • Pass the cursor into docsFolderUsersListContinue to paginate through all users. The cursor preserves all properties as specified in the original call to docsFolderUsersList.

    Declaration

    Swift

    public let cursor: Paper.Cursor
  • Will be set to True if a subsequent call with the provided cursor to docsFolderUsersListContinue returns immediately with some results. If set to False please allow some delay before making another call to docsFolderUsersListContinue.

    Declaration

    Swift

    public let hasMore: Bool
  • Declaration

    Swift

    public var description: String { get }