SortOrderInput
public enum SortOrderInput
Sort order input.
-
Ascending order.
Declaration
Swift
case ascending -
Descending order.
Declaration
Swift
case descending
SortOrderInput Enumeration Reference