DashboardTableFieldCustomTextContentArgs

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

Constructors

Link copied to clipboard
constructor(fontConfiguration: Output<DashboardFontConfigurationArgs>, 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(): DashboardTableFieldCustomTextContentArgs