DashboardTableFieldCustomIconContentArgs

data class DashboardTableFieldCustomIconContentArgs(val icon: Output<DashboardTableFieldIconSetType>? = null) : ConvertibleToJava<DashboardTableFieldCustomIconContentArgs>

Constructors

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

Properties

Link copied to clipboard

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

Functions

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