DashboardThousandSeparatorOptionsArgs

data class DashboardThousandSeparatorOptionsArgs(val symbol: Output<DashboardNumericSeparatorSymbol>? = null, val visibility: Output<DashboardVisibility>? = null) : ConvertibleToJava<DashboardThousandSeparatorOptionsArgs>

Constructors

Link copied to clipboard
constructor(symbol: Output<DashboardNumericSeparatorSymbol>? = null, visibility: Output<DashboardVisibility>? = null)

Properties

Link copied to clipboard

Determines the thousands separator symbol.

Link copied to clipboard
val visibility: Output<DashboardVisibility>? = null

Determines the visibility of the thousands separator.

Functions

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