Topic Display Format Options Args
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)