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
fun DashboardPivotTableFieldOptionsArgs(collapseStateOptions: Output<List<DashboardPivotTableFieldCollapseStateOptionArgs>>? = null, dataPathOptions: Output<List<DashboardPivotTableDataPathOptionArgs>>? = null, selectedFieldOptions: Output<List<DashboardPivotTableFieldOptionArgs>>? = null)

Functions

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

Properties