Analysis Table Field Link Content Configuration Args
data class AnalysisTableFieldLinkContentConfigurationArgs(val customIconContent: Output<AnalysisTableFieldCustomIconContentArgs>? = null, val customTextContent: Output<AnalysisTableFieldCustomTextContentArgs>? = null) : ConvertibleToJava<AnalysisTableFieldLinkContentConfigurationArgs>
Constructors
Link copied to clipboard
constructor(customIconContent: Output<AnalysisTableFieldCustomIconContentArgs>? = null, customTextContent: Output<AnalysisTableFieldCustomTextContentArgs>? = null)