ThemeConfigurationSheetTileArgs

data class ThemeConfigurationSheetTileArgs(val border: Output<ThemeConfigurationSheetTileBorderArgs>? = null) : ConvertibleToJava<ThemeConfigurationSheetTileArgs>

Constructors

Link copied to clipboard
constructor(border: Output<ThemeConfigurationSheetTileBorderArgs>? = null)

Properties

Link copied to clipboard

The border around a tile. See border.

Functions

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