DashboardKpiFieldWellsArgs

data class DashboardKpiFieldWellsArgs(val targetValues: Output<List<DashboardMeasureFieldArgs>>? = null, val trendGroups: Output<List<DashboardDimensionFieldArgs>>? = null, val values: Output<List<DashboardMeasureFieldArgs>>? = null) : ConvertibleToJava<DashboardKpiFieldWellsArgs>

Constructors

Link copied to clipboard
constructor(targetValues: Output<List<DashboardMeasureFieldArgs>>? = null, trendGroups: Output<List<DashboardDimensionFieldArgs>>? = null, values: Output<List<DashboardMeasureFieldArgs>>? = null)

Properties

Link copied to clipboard

The target value field wells of a KPI visual.

Link copied to clipboard

The trend group field wells of a KPI visual.

Link copied to clipboard
val values: Output<List<DashboardMeasureFieldArgs>>? = null

The value field wells of a KPI visual.

Functions

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