ListPaperDocsFilterBy

public enum ListPaperDocsFilterBy : CustomStringConvertible, JSONRepresentable

The ListPaperDocsFilterBy union

  • Fetches all Paper doc IDs that the user has ever accessed.

    Declaration

    Swift

    case docsAccessed
  • Fetches only the Paper doc IDs that the user has created.

    Declaration

    Swift

    case docsCreated
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }