DashboardComputation

data class DashboardComputation(val forecast: DashboardForecastComputation? = null, val growthRate: DashboardGrowthRateComputation? = null, val maximumMinimum: DashboardMaximumMinimumComputation? = null, val metricComparison: DashboardMetricComparisonComputation? = null, val periodOverPeriod: DashboardPeriodOverPeriodComputation? = null, val periodToDate: DashboardPeriodToDateComputation? = null, val topBottomMovers: DashboardTopBottomMoversComputation? = null, val topBottomRanked: DashboardTopBottomRankedComputation? = null, val totalAggregation: DashboardTotalAggregationComputation? = null, val uniqueValues: DashboardUniqueValuesComputation? = null)

Constructors

Link copied to clipboard
fun DashboardComputation(forecast: DashboardForecastComputation? = null, growthRate: DashboardGrowthRateComputation? = null, maximumMinimum: DashboardMaximumMinimumComputation? = null, metricComparison: DashboardMetricComparisonComputation? = null, periodOverPeriod: DashboardPeriodOverPeriodComputation? = null, periodToDate: DashboardPeriodToDateComputation? = null, topBottomMovers: DashboardTopBottomMoversComputation? = null, topBottomRanked: DashboardTopBottomRankedComputation? = null, totalAggregation: DashboardTotalAggregationComputation? = null, uniqueValues: DashboardUniqueValuesComputation? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard