DashboardTopBottomMoversComputation

data class DashboardTopBottomMoversComputation(val category: DashboardDimensionField? = null, val computationId: String, val moverSize: Double? = null, val name: String? = null, val sortOrder: DashboardTopBottomSortOrder? = null, val time: DashboardDimensionField? = null, val type: DashboardTopBottomComputationType, val value: DashboardMeasureField? = null)

Constructors

Link copied to clipboard
constructor(category: DashboardDimensionField? = null, computationId: String, moverSize: Double? = null, name: String? = null, sortOrder: DashboardTopBottomSortOrder? = null, time: DashboardDimensionField? = null, type: DashboardTopBottomComputationType, value: DashboardMeasureField? = null)

Types

Link copied to clipboard
object Companion

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
val moverSize: Double? = null

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

Link copied to clipboard
val name: 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

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.