AnalysisDataPathValue

data class AnalysisDataPathValue(val dataPathType: AnalysisDataPathType? = null, val fieldId: String? = null, val fieldValue: String? = null)

Constructors

Link copied to clipboard
constructor(dataPathType: AnalysisDataPathType? = null, fieldId: String? = null, fieldValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type configuration of the field.

Link copied to clipboard
val fieldId: String? = null

The field ID of the field that needs to be sorted.

Link copied to clipboard
val fieldValue: String? = null

The actual value of the field that needs to be sorted.