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