DashboardThousandSeparatorOptionsArgs

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

Constructors

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

Properties

Link copied to clipboard

Determines the way numbers are styled to accommodate different readability standards. The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.

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