DashboardPivotTableFieldOptions

data class DashboardPivotTableFieldOptions(val collapseStateOptions: List<DashboardPivotTableFieldCollapseStateOption>? = null, val dataPathOptions: List<DashboardPivotTableDataPathOption>? = null, val selectedFieldOptions: List<DashboardPivotTableFieldOption>? = null)

Constructors

Link copied to clipboard
constructor(collapseStateOptions: List<DashboardPivotTableFieldCollapseStateOption>? = null, dataPathOptions: List<DashboardPivotTableDataPathOption>? = null, selectedFieldOptions: List<DashboardPivotTableFieldOption>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The collapse state options for the pivot table field options.

Link copied to clipboard

The data path options for the pivot table field options.

Link copied to clipboard

The selected field options for the pivot table field options.