ListFolderGetLatestCursorResult
open class ListFolderGetLatestCursorResult : CustomStringConvertible
The ListFolderGetLatestCursorResult struct
-
Pass the cursor into listFolderContinue to see what’s changed in the folder since your previous query.
Declaration
Swift
public let cursor: String
-
Declaration
Swift
open var description: String { get }