SortParam

constructor(@Json(name = "direction") direction: Int? = null, @Json(name = "field") field: String? = null)

Parameters

direction

Direction of sorting, -1 for descending, 1 for ascending

field Name of field to sort by