ThemeConfigurationSheetTileLayoutArgs

data class ThemeConfigurationSheetTileLayoutArgs(val gutter: Output<ThemeConfigurationSheetTileLayoutGutterArgs>? = null, val margin: Output<ThemeConfigurationSheetTileLayoutMarginArgs>? = null) : ConvertibleToJava<ThemeConfigurationSheetTileLayoutArgs>

Constructors

Link copied to clipboard
constructor(gutter: Output<ThemeConfigurationSheetTileLayoutGutterArgs>? = null, margin: Output<ThemeConfigurationSheetTileLayoutMarginArgs>? = null)

Properties

Link copied to clipboard

The gutter settings that apply between tiles. See gutter.

Link copied to clipboard

The margin settings that apply around the outside edge of sheets. See margin.

Functions

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