ReportConfigSortingResponse

data class ReportConfigSortingResponse(val direction: String? = null, val name: String)

The order by expression to be used in the report.

Constructors

Link copied to clipboard
constructor(direction: String? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val direction: String? = null

Direction of sort.

Link copied to clipboard

The name of the column to sort.