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
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)

Properties

Link copied to clipboard
val blankCellFormat: Output<String>? = null

Determines the blank cell format.

Link copied to clipboard
val currencySymbol: Output<String>? = null

The currency symbol, such as USD .

Link copied to clipboard
val dateFormat: Output<String>? = null

Determines the DateTime format.

Link copied to clipboard

Determines the decimal separator.

Link copied to clipboard
val fractionDigits: Output<Double>? = null

Determines the number of fraction digits.

Link copied to clipboard
val groupingSeparator: Output<String>? = null

Determines the grouping separator.

Link copied to clipboard

The negative format.

Link copied to clipboard
val prefix: Output<String>? = null

The prefix value for a display format.

Link copied to clipboard
val suffix: Output<String>? = null

The suffix value for a display format.

Link copied to clipboard
val unitScaler: Output<TopicNumberScale>? = null

The unit scaler. Valid values for this structure are: NONE , AUTO , THOUSANDS , MILLIONS , BILLIONS , and TRILLIONS .

Link copied to clipboard
val useBlankCellFormat: Output<Boolean>? = null

A Boolean value that indicates whether to use blank cell format.

Link copied to clipboard
val useGrouping: Output<Boolean>? = null

A Boolean value that indicates whether to use grouping.

Functions

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