OrderBy
public enum OrderBy : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case timestampascending = "TimestampAscending" -
Undocumented
Declaration
Swift
case timestampdescending = "TimestampDescending" -
Declaration
Swift
public var description: String { get }
View on GitHub
OrderBy Enumeration Reference