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
fun DashboardTableBorderOptionsArgs(color: Output<String>? = null, style: Output<DashboardTableBorderStyle>? = null, thickness: Output<Double>? = null)

Functions

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

Properties

Link copied to clipboard
val color: Output<String>? = null
Link copied to clipboard
val style: Output<DashboardTableBorderStyle>? = null
Link copied to clipboard
val thickness: Output<Double>? = null