Analysis Table Border Options Args
data class AnalysisTableBorderOptionsArgs(val color: Output<String>? = null, val style: Output<AnalysisTableBorderStyle>? = null, val thickness: Output<Double>? = null) : ConvertibleToJava<AnalysisTableBorderOptionsArgs>
Constructors
Link copied to clipboard
constructor(color: Output<String>? = null, style: Output<AnalysisTableBorderStyle>? = null, thickness: Output<Double>? = null)