Template Top Bottom Movers Computation Args
data class TemplateTopBottomMoversComputationArgs(val category: Output<TemplateDimensionFieldArgs>? = null, val computationId: Output<String>, val moverSize: Output<Double>? = null, val name: Output<String>? = null, val sortOrder: Output<TemplateTopBottomSortOrder>? = null, val time: Output<TemplateDimensionFieldArgs>? = null, val type: Output<TemplateTopBottomComputationType>, val value: Output<TemplateMeasureFieldArgs>? = null) : ConvertibleToJava<TemplateTopBottomMoversComputationArgs>
Constructors
Link copied to clipboard
constructor(category: Output<TemplateDimensionFieldArgs>? = null, computationId: Output<String>, moverSize: Output<Double>? = null, name: Output<String>? = null, sortOrder: Output<TemplateTopBottomSortOrder>? = null, time: Output<TemplateDimensionFieldArgs>? = 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 sort order setup of the top and bottom movers computation.
Link copied to clipboard
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
The value field that is used in a computation.