TemplateReferenceLineValueLabelConfigurationArgs

data class TemplateReferenceLineValueLabelConfigurationArgs(val formatConfiguration: Output<TemplateNumericFormatConfigurationArgs>? = null, val relativePosition: Output<TemplateReferenceLineValueLabelRelativePosition>? = null) : ConvertibleToJava<TemplateReferenceLineValueLabelConfigurationArgs>

Constructors

constructor(formatConfiguration: Output<TemplateNumericFormatConfigurationArgs>? = null, relativePosition: Output<TemplateReferenceLineValueLabelRelativePosition>? = null)

Properties

Link copied to clipboard

The format configuration of the value label.

Link copied to clipboard

The relative position of the value label. Choose one of the following options:

Functions

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