DashboardPivotTableFieldOptionsArgs

data class DashboardPivotTableFieldOptionsArgs(val collapseStateOptions: Output<List<DashboardPivotTableFieldCollapseStateOptionArgs>>? = null, val dataPathOptions: Output<List<DashboardPivotTableDataPathOptionArgs>>? = null, val selectedFieldOptions: Output<List<DashboardPivotTableFieldOptionArgs>>? = null) : ConvertibleToJava<DashboardPivotTableFieldOptionsArgs>

Constructors

Link copied to clipboard
constructor(collapseStateOptions: Output<List<DashboardPivotTableFieldCollapseStateOptionArgs>>? = null, dataPathOptions: Output<List<DashboardPivotTableDataPathOptionArgs>>? = null, selectedFieldOptions: Output<List<DashboardPivotTableFieldOptionArgs>>? = null)

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.

Functions

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