DashboardTableStyleTargetArgs

data class DashboardTableStyleTargetArgs(val cellType: Output<DashboardStyledCellType>) : ConvertibleToJava<DashboardTableStyleTargetArgs>

Constructors

Link copied to clipboard
constructor(cellType: Output<DashboardStyledCellType>)

Properties

Link copied to clipboard

The cell type of the table style target.

Functions

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