DashboardTableBorderOptionsArgs

data class DashboardTableBorderOptionsArgs(val color: Output<String>? = null, val style: Output<DashboardTableBorderStyle>? = null, val thickness: Output<Double>? = null) : ConvertibleToJava<DashboardTableBorderOptionsArgs>

Constructors

Link copied to clipboard
constructor(color: Output<String>? = null, style: Output<DashboardTableBorderStyle>? = null, thickness: Output<Double>? = null)

Properties

Link copied to clipboard
val color: Output<String>? = null

The color of a table border.

Link copied to clipboard
val style: Output<DashboardTableBorderStyle>? = null

The style (none, solid) of a table border.

Link copied to clipboard
val thickness: Output<Double>? = null

The thickness of a table border.

Functions

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