TemplatePercentageDisplayFormatConfigurationArgs

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

Constructors

constructor(decimalPlacesConfiguration: Output<TemplateDecimalPlacesConfigurationArgs>? = null, negativeValueConfiguration: Output<TemplateNegativeValueConfigurationArgs>? = null, nullValueFormatConfiguration: Output<TemplateNullValueFormatConfigurationArgs>? = 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 prefix: Output<String>? = null

Determines the prefix value of the percentage 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 percentage format.

Functions

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