Analysis Subtotal Options Args
data class AnalysisSubtotalOptionsArgs(val customLabel: Output<String>? = null, val fieldLevel: Output<AnalysisPivotTableSubtotalLevel>? = null, val fieldLevelOptions: Output<List<AnalysisPivotTableFieldSubtotalOptionsArgs>>? = null, val metricHeaderCellStyle: Output<AnalysisTableCellStyleArgs>? = null, val styleTargets: Output<List<AnalysisTableStyleTargetArgs>>? = null, val totalCellStyle: Output<AnalysisTableCellStyleArgs>? = null, val totalsVisibility: Output<AnalysisVisibility>? = null, val valueCellStyle: Output<AnalysisTableCellStyleArgs>? = null) : ConvertibleToJava<AnalysisSubtotalOptionsArgs>
Constructors
Link copied to clipboard
constructor(customLabel: Output<String>? = null, fieldLevel: Output<AnalysisPivotTableSubtotalLevel>? = null, fieldLevelOptions: Output<List<AnalysisPivotTableFieldSubtotalOptionsArgs>>? = null, metricHeaderCellStyle: Output<AnalysisTableCellStyleArgs>? = null, styleTargets: Output<List<AnalysisTableStyleTargetArgs>>? = null, totalCellStyle: Output<AnalysisTableCellStyleArgs>? = null, totalsVisibility: Output<AnalysisVisibility>? = null, valueCellStyle: Output<AnalysisTableCellStyleArgs>? = null)
Properties
Link copied to clipboard
The custom label string for the subtotal cells.
Link copied to clipboard
The field level (all, custom, last) for the subtotal cells.
Link copied to clipboard
The optional configuration of subtotal cells.
Link copied to clipboard
The cell styling options for the subtotals of header cells.
Link copied to clipboard
The style targets options for subtotals.
Link copied to clipboard
The cell styling options for the subtotal cells.
Link copied to clipboard
The visibility configuration for the subtotal cells.
Link copied to clipboard
The cell styling options for the subtotals of value cells.