ListPaperDocsSortOrder

public enum ListPaperDocsSortOrder : CustomStringConvertible, JSONRepresentable

The ListPaperDocsSortOrder union

  • Sorts the search result in ascending order.

    Declaration

    Swift

    case ascending
  • Sorts the search result in descending order.

    Declaration

    Swift

    case descending
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }