AnalysisPivotTableFieldOption

data class AnalysisPivotTableFieldOption(val customLabel: String? = null, val fieldId: String, val visibility: AnalysisVisibility? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customLabel: String? = null

The custom label of the pivot table field.

Link copied to clipboard

The field ID of the pivot table field.

Link copied to clipboard

The visibility of the pivot table field.