Dashboard Numeric Format Configuration Args
data class DashboardNumericFormatConfigurationArgs(val currencyDisplayFormatConfiguration: Output<DashboardCurrencyDisplayFormatConfigurationArgs>? = null, val numberDisplayFormatConfiguration: Output<DashboardNumberDisplayFormatConfigurationArgs>? = null, val percentageDisplayFormatConfiguration: Output<DashboardPercentageDisplayFormatConfigurationArgs>? = null) : ConvertibleToJava<DashboardNumericFormatConfigurationArgs>
Constructors
Link copied to clipboard
constructor(currencyDisplayFormatConfiguration: Output<DashboardCurrencyDisplayFormatConfigurationArgs>? = null, numberDisplayFormatConfiguration: Output<DashboardNumberDisplayFormatConfigurationArgs>? = null, percentageDisplayFormatConfiguration: Output<DashboardPercentageDisplayFormatConfigurationArgs>? = null)
Properties
Link copied to clipboard
val currencyDisplayFormatConfiguration: Output<DashboardCurrencyDisplayFormatConfigurationArgs>? = null
The options that determine the currency display format configuration.
Link copied to clipboard
The options that determine the number display format configuration.
Link copied to clipboard
val percentageDisplayFormatConfiguration: Output<DashboardPercentageDisplayFormatConfigurationArgs>? = null
The options that determine the percentage display format configuration.