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