QuerySortable
public enum QuerySortable : String
Representation of the field’s sortable
-
Sort the result by ascendant created on
Declaration
Swift
case ascendantCreatedOn = "+createdOn" -
Sort the result by ascendant status
Declaration
Swift
case ascendantStatus = "+status" -
Sort the result by descendant created on
Declaration
Swift
case descendantCreatedOn = "-createdOn" -
Sort the result by descendant status
Declaration
Swift
case descendantStatus = "-status"
View on GitHub