Dashboard Forecast Computation Args
constructor(computationId: Output<String>, customSeasonalityValue: Output<Double>? = null, lowerBoundary: Output<Double>? = null, name: Output<String>? = null, periodsBackward: Output<Double>? = null, periodsForward: Output<Double>? = null, predictionInterval: Output<Double>? = null, seasonality: Output<DashboardForecastComputationSeasonality>? = null, time: Output<DashboardDimensionFieldArgs>? = null, upperBoundary: Output<Double>? = null, value: Output<DashboardMeasureFieldArgs>? = null)