TemplateFreeFormLayoutElementBackgroundStyleArgs

data class TemplateFreeFormLayoutElementBackgroundStyleArgs(val color: Output<String>? = null, val visibility: Output<TemplateVisibility>? = null) : ConvertibleToJava<TemplateFreeFormLayoutElementBackgroundStyleArgs>

Constructors

constructor(color: Output<String>? = null, visibility: Output<TemplateVisibility>? = null)

Properties

Link copied to clipboard
val color: Output<String>? = null

The background color of a free-form layout element.

Link copied to clipboard
val visibility: Output<TemplateVisibility>? = null

The background visibility of a free-form layout element.

Functions

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