DashboardSankeyDiagramAggregatedFieldWellsArgs

data class DashboardSankeyDiagramAggregatedFieldWellsArgs(val destination: Output<List<DashboardDimensionFieldArgs>>? = null, val source: Output<List<DashboardDimensionFieldArgs>>? = null, val weight: Output<List<DashboardMeasureFieldArgs>>? = null) : ConvertibleToJava<DashboardSankeyDiagramAggregatedFieldWellsArgs>

Constructors

constructor(destination: Output<List<DashboardDimensionFieldArgs>>? = null, source: Output<List<DashboardDimensionFieldArgs>>? = null, weight: Output<List<DashboardMeasureFieldArgs>>? = null)

Properties

Link copied to clipboard

The destination field wells of a sankey diagram.

Link copied to clipboard

The source field wells of a sankey diagram.

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

The weight field wells of a sankey diagram.

Functions

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