AnalysisTableFieldCustomIconContentArgs

data class AnalysisTableFieldCustomIconContentArgs(val icon: Output<AnalysisTableFieldIconSetType>? = null) : ConvertibleToJava<AnalysisTableFieldCustomIconContentArgs>

Constructors

Link copied to clipboard
constructor(icon: Output<AnalysisTableFieldIconSetType>? = null)

Properties

Link copied to clipboard
val icon: Output<AnalysisTableFieldIconSetType>? = null

The icon set type (link) of the custom icon content for table URL link content.

Functions

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