Template Subtotal Options Args
data class TemplateSubtotalOptionsArgs(val customLabel: Output<String>? = null, val fieldLevel: Output<TemplatePivotTableSubtotalLevel>? = null, val fieldLevelOptions: Output<List<TemplatePivotTableFieldSubtotalOptionsArgs>>? = null, val metricHeaderCellStyle: Output<TemplateTableCellStyleArgs>? = null, val styleTargets: Output<List<TemplateTableStyleTargetArgs>>? = null, val totalCellStyle: Output<TemplateTableCellStyleArgs>? = null, val totalsVisibility: Output<TemplateVisibility>? = null, val valueCellStyle: Output<TemplateTableCellStyleArgs>? = null) : ConvertibleToJava<TemplateSubtotalOptionsArgs>
Constructors
Link copied to clipboard
fun TemplateSubtotalOptionsArgs(customLabel: Output<String>? = null, fieldLevel: Output<TemplatePivotTableSubtotalLevel>? = null, fieldLevelOptions: Output<List<TemplatePivotTableFieldSubtotalOptionsArgs>>? = null, metricHeaderCellStyle: Output<TemplateTableCellStyleArgs>? = null, styleTargets: Output<List<TemplateTableStyleTargetArgs>>? = null, totalCellStyle: Output<TemplateTableCellStyleArgs>? = null, totalsVisibility: Output<TemplateVisibility>? = null, valueCellStyle: Output<TemplateTableCellStyleArgs>? = null)