Dashboard Pivot Table Configuration Args
data class DashboardPivotTableConfigurationArgs(val fieldOptions: Output<DashboardPivotTableFieldOptionsArgs>? = null, val fieldWells: Output<DashboardPivotTableFieldWellsArgs>? = null, val paginatedReportOptions: Output<DashboardPivotTablePaginatedReportOptionsArgs>? = null, val sortConfiguration: Output<DashboardPivotTableSortConfigurationArgs>? = null, val tableOptions: Output<DashboardPivotTableOptionsArgs>? = null, val totalOptions: Output<DashboardPivotTableTotalOptionsArgs>? = null) : ConvertibleToJava<DashboardPivotTableConfigurationArgs>
Constructors
Link copied to clipboard
constructor(fieldOptions: Output<DashboardPivotTableFieldOptionsArgs>? = null, fieldWells: Output<DashboardPivotTableFieldWellsArgs>? = null, paginatedReportOptions: Output<DashboardPivotTablePaginatedReportOptionsArgs>? = null, sortConfiguration: Output<DashboardPivotTableSortConfigurationArgs>? = null, tableOptions: Output<DashboardPivotTableOptionsArgs>? = null, totalOptions: Output<DashboardPivotTableTotalOptionsArgs>? = null)
Properties
Link copied to clipboard
The field options for a pivot table visual.
Link copied to clipboard
The field wells of the visual.
Link copied to clipboard
The paginated report options for a pivot table visual.
Link copied to clipboard
The sort configuration for a PivotTableVisual
.
Link copied to clipboard
The table options for a pivot table visual.
Link copied to clipboard
The total options for a pivot table visual.