TemplateTableBorderOptionsArgs

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

Constructors

Link copied to clipboard
constructor(color: Output<String>? = null, style: Output<TemplateTableBorderStyle>? = 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<TemplateTableBorderStyle>? = 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(): TemplateTableBorderOptionsArgs