Template Top Bottom Movers Computation
data class TemplateTopBottomMoversComputation(val category: TemplateDimensionField? = null, val computationId: String, val moverSize: Double? = null, val name: String? = null, val sortOrder: TemplateTopBottomSortOrder? = null, val time: TemplateDimensionField? = null, val type: TemplateTopBottomComputationType, val value: TemplateMeasureField? = null)
Constructors
Link copied to clipboard
constructor(category: TemplateDimensionField? = null, computationId: String, moverSize: Double? = null, name: String? = null, sortOrder: TemplateTopBottomSortOrder? = null, time: TemplateDimensionField? = null, type: TemplateTopBottomComputationType, value: TemplateMeasureField? = 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.