Dashboard Table Border Options Args
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)