AnalysisComputation

data class AnalysisComputation(val forecast: AnalysisForecastComputation? = null, val growthRate: AnalysisGrowthRateComputation? = null, val maximumMinimum: AnalysisMaximumMinimumComputation? = null, val metricComparison: AnalysisMetricComparisonComputation? = null, val periodOverPeriod: AnalysisPeriodOverPeriodComputation? = null, val periodToDate: AnalysisPeriodToDateComputation? = null, val topBottomMovers: AnalysisTopBottomMoversComputation? = null, val topBottomRanked: AnalysisTopBottomRankedComputation? = null, val totalAggregation: AnalysisTotalAggregationComputation? = null, val uniqueValues: AnalysisUniqueValuesComputation? = null)

Constructors

Link copied to clipboard
fun AnalysisComputation(forecast: AnalysisForecastComputation? = null, growthRate: AnalysisGrowthRateComputation? = null, maximumMinimum: AnalysisMaximumMinimumComputation? = null, metricComparison: AnalysisMetricComparisonComputation? = null, periodOverPeriod: AnalysisPeriodOverPeriodComputation? = null, periodToDate: AnalysisPeriodToDateComputation? = null, topBottomMovers: AnalysisTopBottomMoversComputation? = null, topBottomRanked: AnalysisTopBottomRankedComputation? = null, totalAggregation: AnalysisTotalAggregationComputation? = null, uniqueValues: AnalysisUniqueValuesComputation? = 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