DashboardPivotTableConfigurationArgs

data class DashboardPivotTableConfigurationArgs(val fieldOptions: Output<DashboardPivotTableFieldOptionsArgs>? = null, val fieldWells: Output<DashboardPivotTableFieldWellsArgs>? = null, val interactions: Output<DashboardVisualInteractionOptionsArgs>? = 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, interactions: Output<DashboardVisualInteractionOptionsArgs>? = 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 general visual interactions setup for a 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.

Functions

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