TemplateTopBottomRankedComputationArgs

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
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<TemplateMeasureFieldArgs>? = null

The value field that is used in a computation.

Functions

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