TemplateAxisLabelReferenceOptionsArgs

data class TemplateAxisLabelReferenceOptionsArgs(val column: Output<TemplateColumnIdentifierArgs>, val fieldId: Output<String>) : ConvertibleToJava<TemplateAxisLabelReferenceOptionsArgs>

Constructors

Link copied to clipboard
constructor(column: Output<TemplateColumnIdentifierArgs>, fieldId: Output<String>)

Properties

Link copied to clipboard

The column that the axis label is targeted to.

Link copied to clipboard
val fieldId: Output<String>

The field that the axis label is targeted to.

Functions

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