TemplateFieldLabelTypeArgs

data class TemplateFieldLabelTypeArgs(val fieldId: Output<String>? = null, val visibility: Output<Any>? = null) : ConvertibleToJava<TemplateFieldLabelTypeArgs>

Constructors

Link copied to clipboard
constructor(fieldId: Output<String>? = null, visibility: Output<Any>? = null)

Properties

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

Indicates the field that is targeted by the field label.

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

The visibility of the field label.

Functions

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