AnalysisFieldSort

data class AnalysisFieldSort(val direction: AnalysisSortDirection, val fieldId: String)

Constructors

Link copied to clipboard
constructor(direction: AnalysisSortDirection, fieldId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The sort direction. Choose one of the following options:

Link copied to clipboard

The sort configuration target field.