DashboardForecastConfigurationArgs

data class DashboardForecastConfigurationArgs(val forecastProperties: Output<DashboardTimeBasedForecastPropertiesArgs>? = null, val scenario: Output<DashboardForecastScenarioArgs>? = null) : ConvertibleToJava<DashboardForecastConfigurationArgs>

Constructors

Link copied to clipboard
constructor(forecastProperties: Output<DashboardTimeBasedForecastPropertiesArgs>? = null, scenario: Output<DashboardForecastScenarioArgs>? = null)

Properties

Link copied to clipboard

The forecast properties setup of a forecast in the line chart.

Link copied to clipboard

The forecast scenario of a forecast in the line chart.

Functions

Link copied to clipboard
open override fun toJava(): DashboardForecastConfigurationArgs