ListFolderResult

public class ListFolderResult : CustomStringConvertible, JSONRepresentable

The ListFolderResult struct

  • The files and (direct) subfolders in the folder.

    Declaration

    Swift

    public let entries: [Files.Metadata]
  • 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 }