DashboardColumnConfigurationArgs

data class DashboardColumnConfigurationArgs(val colorsConfiguration: Output<DashboardColorsConfigurationArgs>? = null, val column: Output<DashboardColumnIdentifierArgs>, val formatConfiguration: Output<DashboardFormatConfigurationArgs>? = null, val role: Output<DashboardColumnRole>? = null) : ConvertibleToJava<DashboardColumnConfigurationArgs>

Constructors

Link copied to clipboard
constructor(colorsConfiguration: Output<DashboardColorsConfigurationArgs>? = null, column: Output<DashboardColumnIdentifierArgs>, formatConfiguration: Output<DashboardFormatConfigurationArgs>? = null, role: Output<DashboardColumnRole>? = null)

Properties

Link copied to clipboard

The color configurations of the column.

Link copied to clipboard

The column.

Link copied to clipboard

The format configuration of a column.

Link copied to clipboard
val role: Output<DashboardColumnRole>? = null

The role of the column.

Functions

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