DashboardAxisLabelReferenceOptionsArgs

data class DashboardAxisLabelReferenceOptionsArgs(val column: Output<DashboardColumnIdentifierArgs>, val fieldId: Output<String>) : ConvertibleToJava<DashboardAxisLabelReferenceOptionsArgs>

Constructors

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