Template Top Bottom Ranked Computation
data class TemplateTopBottomRankedComputation(val category: TemplateDimensionField? = null, val computationId: String, val name: String? = null, val resultSize: Double? = null, val type: TemplateTopBottomComputationType, val value: TemplateMeasureField? = null)
Constructors
Link copied to clipboard
constructor(category: TemplateDimensionField? = null, computationId: String, name: String? = null, resultSize: Double? = null, type: TemplateTopBottomComputationType, value: TemplateMeasureField? = null)
Properties
Link copied to clipboard
The category field that is used in a computation.
Link copied to clipboard
The ID for a computation.
Link copied to clipboard
The result size of a top and bottom ranked computation.
Link copied to clipboard
The computation type. Choose one of the following options:
Link copied to clipboard
The value field that is used in a computation.