TemplateTableFieldCustomIconContentArgs

data class TemplateTableFieldCustomIconContentArgs(val icon: Output<TemplateTableFieldIconSetType>? = null) : ConvertibleToJava<TemplateTableFieldCustomIconContentArgs>

Constructors

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

Properties

Link copied to clipboard
val icon: Output<TemplateTableFieldIconSetType>? = 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(): TemplateTableFieldCustomIconContentArgs