TemplateTableFieldCustomTextContentArgs

data class TemplateTableFieldCustomTextContentArgs(val fontConfiguration: Output<TemplateFontConfigurationArgs>, val value: Output<String>? = null) : ConvertibleToJava<TemplateTableFieldCustomTextContentArgs>

Constructors

Link copied to clipboard
constructor(fontConfiguration: Output<TemplateFontConfigurationArgs>, value: Output<String>? = null)

Properties

Link copied to clipboard

The font configuration of the custom text content for the table URL link content.

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

The string value of the custom text content for the table URL link content.

Functions

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