ThemeConfigurationSheetTileBorderArgs

data class ThemeConfigurationSheetTileBorderArgs(val show: Output<Boolean>? = null) : ConvertibleToJava<ThemeConfigurationSheetTileBorderArgs>

Constructors

Link copied to clipboard
constructor(show: Output<Boolean>? = null)

Properties

Link copied to clipboard
val show: Output<Boolean>? = null

The option to enable display of borders for visuals.

Functions

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