Dashboard Pivot Table Field Options Args
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)