Template Top Bottom Ranked Computation Args
data class TemplateTopBottomRankedComputationArgs(val category: Output<TemplateDimensionFieldArgs>? = null, val computationId: Output<String>, val name: Output<String>? = null, val resultSize: Output<Double>? = null, val type: Output<TemplateTopBottomComputationType>, val value: Output<TemplateMeasureFieldArgs>? = null) : ConvertibleToJava<TemplateTopBottomRankedComputationArgs>
Constructors
Link copied to clipboard
constructor(category: Output<TemplateDimensionFieldArgs>? = null, computationId: Output<String>, name: Output<String>? = null, resultSize: Output<Double>? = null, type: Output<TemplateTopBottomComputationType>, value: Output<TemplateMeasureFieldArgs>? = 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.