TemplateSubtotalOptionsArgs

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)

Functions

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

Properties

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