DashboardSankeyDiagramVisualArgs

data class DashboardSankeyDiagramVisualArgs(val actions: Output<List<DashboardVisualCustomActionArgs>>? = null, val chartConfiguration: Output<DashboardSankeyDiagramChartConfigurationArgs>? = null, val subtitle: Output<DashboardVisualSubtitleLabelOptionsArgs>? = null, val title: Output<DashboardVisualTitleLabelOptionsArgs>? = null, val visualId: Output<String>) : ConvertibleToJava<DashboardSankeyDiagramVisualArgs>

Constructors

Link copied to clipboard
fun DashboardSankeyDiagramVisualArgs(actions: Output<List<DashboardVisualCustomActionArgs>>? = null, chartConfiguration: Output<DashboardSankeyDiagramChartConfigurationArgs>? = null, subtitle: Output<DashboardVisualSubtitleLabelOptionsArgs>? = null, title: Output<DashboardVisualTitleLabelOptionsArgs>? = null, visualId: Output<String>)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val visualId: Output<String>