TemplateFreeFormLayoutElementBackgroundStyleArgs

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

Constructors

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

Functions

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

Properties

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