ListFolderGetLatestCursorResult

public class ListFolderGetLatestCursorResult : CustomStringConvertible, JSONRepresentable

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

    public var description: String { get }