DashboardFontWeightArgs

data class DashboardFontWeightArgs(val name: Output<DashboardFontWeightName>? = null) : ConvertibleToJava<DashboardFontWeightArgs>

Constructors

Link copied to clipboard
constructor(name: Output<DashboardFontWeightName>? = null)

Properties

Link copied to clipboard
val name: Output<DashboardFontWeightName>? = null

The lexical name for the level of boldness of the text display.

Functions

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