Template Percentage Display Format Configuration Args
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
Link copied to clipboard
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
The options that determine the numeric separator configuration.