AnalysisAxisLabelReferenceOptionsArgs

data class AnalysisAxisLabelReferenceOptionsArgs(val column: Output<AnalysisColumnIdentifierArgs>, val fieldId: Output<String>) : ConvertibleToJava<AnalysisAxisLabelReferenceOptionsArgs>

Constructors

Link copied to clipboard
constructor(column: Output<AnalysisColumnIdentifierArgs>, 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(): AnalysisAxisLabelReferenceOptionsArgs