SortOptionsResponse

data class SortOptionsResponse(val operatorName: String, val sortOrder: String)

Constructors

Link copied to clipboard
fun SortOptionsResponse(operatorName: String, sortOrder: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the operator corresponding to the field to sort on. The corresponding property must be marked as sortable.

Link copied to clipboard

Ascending is the default sort order