Template Time Based Forecast Properties Args
data class TemplateTimeBasedForecastPropertiesArgs(val lowerBoundary: Output<Double>? = null, val periodsBackward: Output<Double>? = null, val periodsForward: Output<Double>? = null, val predictionInterval: Output<Double>? = null, val seasonality: Output<Double>? = null, val upperBoundary: Output<Double>? = null) : ConvertibleToJava<TemplateTimeBasedForecastPropertiesArgs>