TemplateNumberDisplayFormatConfigurationArgs

data class TemplateNumberDisplayFormatConfigurationArgs(val decimalPlacesConfiguration: Output<TemplateDecimalPlacesConfigurationArgs>? = null, val negativeValueConfiguration: Output<TemplateNegativeValueConfigurationArgs>? = null, val nullValueFormatConfiguration: Output<TemplateNullValueFormatConfigurationArgs>? = null, val numberScale: Output<TemplateNumberScale>? = null, val prefix: Output<String>? = null, val separatorConfiguration: Output<TemplateNumericSeparatorConfigurationArgs>? = null, val suffix: Output<String>? = null) : ConvertibleToJava<TemplateNumberDisplayFormatConfigurationArgs>

Constructors

constructor(decimalPlacesConfiguration: Output<TemplateDecimalPlacesConfigurationArgs>? = null, negativeValueConfiguration: Output<TemplateNegativeValueConfigurationArgs>? = null, nullValueFormatConfiguration: Output<TemplateNullValueFormatConfigurationArgs>? = null, numberScale: Output<TemplateNumberScale>? = null, prefix: Output<String>? = null, separatorConfiguration: Output<TemplateNumericSeparatorConfigurationArgs>? = null, suffix: Output<String>? = null)

Properties

Link copied to clipboard

The option that determines the decimal places configuration.

Link copied to clipboard

The options that determine the negative value configuration.

Link copied to clipboard

The options that determine the null value format configuration.

Link copied to clipboard
val numberScale: Output<TemplateNumberScale>? = null

Determines the number scale value of the number format.

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

Determines the prefix value of the number format.

Link copied to clipboard

The options that determine the numeric separator configuration.

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

Determines the suffix value of the number format.

Functions

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