ThemeConfigurationSheetTileLayoutGutterArgs

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

Constructors

constructor(show: Output<Boolean>? = null)

Properties

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

This Boolean value controls whether to display a gutter space between sheet tiles.

Functions

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