AnalysisPivotTableFieldOptionArgs

data class AnalysisPivotTableFieldOptionArgs(val customLabel: Output<String>? = null, val fieldId: Output<String>, val visibility: Output<AnalysisVisibility>? = null) : ConvertibleToJava<AnalysisPivotTableFieldOptionArgs>

Constructors

Link copied to clipboard
constructor(customLabel: Output<String>? = null, fieldId: Output<String>, visibility: Output<AnalysisVisibility>? = null)

Properties

Link copied to clipboard
val customLabel: Output<String>? = null

The custom label of the pivot table field.

Link copied to clipboard
val fieldId: Output<String>

The field ID of the pivot table field.

Link copied to clipboard
val visibility: Output<AnalysisVisibility>? = null

The visibility of the pivot table field.

Functions

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