Direction
public enum Direction : String, CodableOptions for defining the direction of the sort order.
- 
                  
                  Indicates that values should be sorted by lowest to highest. DeclarationSwift case ascending = "asc"
- 
                  
                  Indicates that values should be sorted by highest to lowest. DeclarationSwift case descending = "desc"
 View on GitHub
            View on GitHub
           Direction Enumeration Reference
      Direction Enumeration Reference