AnalysisTopBottomRankedComputationArgs

data class AnalysisTopBottomRankedComputationArgs(val category: Output<AnalysisDimensionFieldArgs>? = null, val computationId: Output<String>, val name: Output<String>? = null, val resultSize: Output<Double>? = null, val type: Output<AnalysisTopBottomComputationType>, val value: Output<AnalysisMeasureFieldArgs>? = null) : ConvertibleToJava<AnalysisTopBottomRankedComputationArgs>

Constructors

Link copied to clipboard
constructor(category: Output<AnalysisDimensionFieldArgs>? = null, computationId: Output<String>, name: Output<String>? = null, resultSize: Output<Double>? = null, type: Output<AnalysisTopBottomComputationType>, value: Output<AnalysisMeasureFieldArgs>? = null)

Properties

Link copied to clipboard

The category field that is used in a computation.

Link copied to clipboard
val computationId: Output<String>

The ID for a computation.

Link copied to clipboard
val name: Output<String>? = null

The name of a computation.

Link copied to clipboard
val resultSize: Output<Double>? = null

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
val value: Output<AnalysisMeasureFieldArgs>? = null

The value field that is used in a computation.

Functions

Link copied to clipboard
open override fun toJava(): AnalysisTopBottomRankedComputationArgs