TemplateComputation

data class TemplateComputation(val forecast: TemplateForecastComputation? = null, val growthRate: TemplateGrowthRateComputation? = null, val maximumMinimum: TemplateMaximumMinimumComputation? = null, val metricComparison: TemplateMetricComparisonComputation? = null, val periodOverPeriod: TemplatePeriodOverPeriodComputation? = null, val periodToDate: TemplatePeriodToDateComputation? = null, val topBottomMovers: TemplateTopBottomMoversComputation? = null, val topBottomRanked: TemplateTopBottomRankedComputation? = null, val totalAggregation: TemplateTotalAggregationComputation? = null, val uniqueValues: TemplateUniqueValuesComputation? = null)

Constructors

Link copied to clipboard
fun TemplateComputation(forecast: TemplateForecastComputation? = null, growthRate: TemplateGrowthRateComputation? = null, maximumMinimum: TemplateMaximumMinimumComputation? = null, metricComparison: TemplateMetricComparisonComputation? = null, periodOverPeriod: TemplatePeriodOverPeriodComputation? = null, periodToDate: TemplatePeriodToDateComputation? = null, topBottomMovers: TemplateTopBottomMoversComputation? = null, topBottomRanked: TemplateTopBottomRankedComputation? = null, totalAggregation: TemplateTotalAggregationComputation? = null, uniqueValues: TemplateUniqueValuesComputation? = 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