AnalysisPivotTotalOptionsArgs

data class AnalysisPivotTotalOptionsArgs(val customLabel: Output<String>? = null, val metricHeaderCellStyle: Output<AnalysisTableCellStyleArgs>? = null, val placement: Output<AnalysisTableTotalsPlacement>? = null, val scrollStatus: Output<AnalysisTableTotalsScrollStatus>? = null, val totalAggregationOptions: Output<List<AnalysisTotalAggregationOptionArgs>>? = null, val totalCellStyle: Output<AnalysisTableCellStyleArgs>? = null, val totalsVisibility: Output<AnalysisVisibility>? = null, val valueCellStyle: Output<AnalysisTableCellStyleArgs>? = null) : ConvertibleToJava<AnalysisPivotTotalOptionsArgs>

Constructors

Link copied to clipboard
constructor(customLabel: Output<String>? = null, metricHeaderCellStyle: Output<AnalysisTableCellStyleArgs>? = null, placement: Output<AnalysisTableTotalsPlacement>? = null, scrollStatus: Output<AnalysisTableTotalsScrollStatus>? = null, totalAggregationOptions: Output<List<AnalysisTotalAggregationOptionArgs>>? = null, totalCellStyle: Output<AnalysisTableCellStyleArgs>? = null, totalsVisibility: Output<AnalysisVisibility>? = null, valueCellStyle: Output<AnalysisTableCellStyleArgs>? = null)

Properties

Link copied to clipboard
val customLabel: Output<String>? = null

The custom label string for the total cells.

Link copied to clipboard

The cell styling options for the total of header cells.

Link copied to clipboard

The placement (start, end) for the total cells.

Link copied to clipboard

The scroll status (pinned, scrolled) for the total cells.

Link copied to clipboard

The total aggregation options for each value field.

Link copied to clipboard

The cell styling options for the total cells.

Link copied to clipboard

The visibility configuration for the total cells.

Link copied to clipboard

The cell styling options for the totals of value cells.

Functions

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