AnalysisTopBottomMoversComputationArgs

data class AnalysisTopBottomMoversComputationArgs(val category: Output<AnalysisDimensionFieldArgs>? = null, val computationId: Output<String>, val moverSize: Output<Double>? = null, val name: Output<String>? = null, val sortOrder: Output<AnalysisTopBottomSortOrder>? = null, val time: Output<AnalysisDimensionFieldArgs>? = null, val type: Output<AnalysisTopBottomComputationType>, val value: Output<AnalysisMeasureFieldArgs>? = null) : ConvertibleToJava<AnalysisTopBottomMoversComputationArgs>

Constructors

Link copied to clipboard
constructor(category: Output<AnalysisDimensionFieldArgs>? = null, computationId: Output<String>, moverSize: Output<Double>? = null, name: Output<String>? = null, sortOrder: Output<AnalysisTopBottomSortOrder>? = null, time: Output<AnalysisDimensionFieldArgs>? = 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 moverSize: Output<Double>? = null

The mover size setup of the top and bottom movers computation.

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

The name of a computation.

Link copied to clipboard

The sort order setup of the top and bottom movers computation.

Link copied to clipboard
val time: Output<AnalysisDimensionFieldArgs>? = null

The time field that is used in a computation.

Link copied to clipboard

The computation type. Choose from 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(): AnalysisTopBottomMoversComputationArgs