AnalysisTableFieldLinkContentConfigurationArgs

data class AnalysisTableFieldLinkContentConfigurationArgs(val customIconContent: Output<AnalysisTableFieldCustomIconContentArgs>? = null, val customTextContent: Output<AnalysisTableFieldCustomTextContentArgs>? = null) : ConvertibleToJava<AnalysisTableFieldLinkContentConfigurationArgs>

Constructors

constructor(customIconContent: Output<AnalysisTableFieldCustomIconContentArgs>? = null, customTextContent: Output<AnalysisTableFieldCustomTextContentArgs>? = null)

Properties

Link copied to clipboard

The custom icon content for the table link content configuration.

Link copied to clipboard

The custom text content (value, font configuration) for the table link content configuration.

Functions

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