TopicDisplayFormatOptionsArgs

data class TopicDisplayFormatOptionsArgs(val blankCellFormat: Output<String>? = null, val currencySymbol: Output<String>? = null, val dateFormat: Output<String>? = null, val decimalSeparator: Output<TopicNumericSeparatorSymbol>? = null, val fractionDigits: Output<Double>? = null, val groupingSeparator: Output<String>? = null, val negativeFormat: Output<TopicNegativeFormatArgs>? = null, val prefix: Output<String>? = null, val suffix: Output<String>? = null, val unitScaler: Output<TopicNumberScale>? = null, val useBlankCellFormat: Output<Boolean>? = null, val useGrouping: Output<Boolean>? = null) : ConvertibleToJava<TopicDisplayFormatOptionsArgs>

Constructors

Link copied to clipboard
fun TopicDisplayFormatOptionsArgs(blankCellFormat: Output<String>? = null, currencySymbol: Output<String>? = null, dateFormat: Output<String>? = null, decimalSeparator: Output<TopicNumericSeparatorSymbol>? = null, fractionDigits: Output<Double>? = null, groupingSeparator: Output<String>? = null, negativeFormat: Output<TopicNegativeFormatArgs>? = null, prefix: Output<String>? = null, suffix: Output<String>? = null, unitScaler: Output<TopicNumberScale>? = null, useBlankCellFormat: Output<Boolean>? = null, useGrouping: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val blankCellFormat: Output<String>? = null
Link copied to clipboard
val currencySymbol: Output<String>? = null
Link copied to clipboard
val dateFormat: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val fractionDigits: Output<Double>? = null
Link copied to clipboard
val groupingSeparator: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val prefix: Output<String>? = null
Link copied to clipboard
val suffix: Output<String>? = null
Link copied to clipboard
val unitScaler: Output<TopicNumberScale>? = null
Link copied to clipboard
val useBlankCellFormat: Output<Boolean>? = null
Link copied to clipboard
val useGrouping: Output<Boolean>? = null