ListFolderResult
public class ListFolderResult : CustomStringConvertible, JSONRepresentable
The ListFolderResult struct
-
Pass the cursor into listFolderContinue to see what’s changed in the folder since your previous query.
Declaration
Swift
public let cursor: String -
If true, then there are more entries available. Pass the cursor to listFolderContinue to retrieve the rest.
Declaration
Swift
public let hasMore: Bool -
Declaration
Swift
public var description: String { get }
View on GitHub
ListFolderResult Class Reference