SortOrderType
public enum SortOrderType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case ascending = "ASCENDING" -
Undocumented
Declaration
Swift
case descending = "DESCENDING" -
Declaration
Swift
public var description: String { get }
View on GitHub
SortOrderType Enumeration Reference