AnalysisFreeFormLayoutElementBackgroundStyleArgs

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

Constructors

constructor(color: Output<String>? = null, visibility: Output<AnalysisVisibility>? = 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<AnalysisVisibility>? = null

The background visibility of a free-form layout element.

Functions

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