TemplatePivotTotalOptionsArgs

data class TemplatePivotTotalOptionsArgs(val customLabel: Output<String>? = null, val metricHeaderCellStyle: Output<TemplateTableCellStyleArgs>? = null, val placement: Output<TemplateTableTotalsPlacement>? = null, val scrollStatus: Output<TemplateTableTotalsScrollStatus>? = null, val totalCellStyle: Output<TemplateTableCellStyleArgs>? = null, val totalsVisibility: Output<TemplateVisibility>? = null, val valueCellStyle: Output<TemplateTableCellStyleArgs>? = null) : ConvertibleToJava<TemplatePivotTotalOptionsArgs>

Constructors

Link copied to clipboard
fun TemplatePivotTotalOptionsArgs(customLabel: Output<String>? = null, metricHeaderCellStyle: Output<TemplateTableCellStyleArgs>? = null, placement: Output<TemplateTableTotalsPlacement>? = null, scrollStatus: Output<TemplateTableTotalsScrollStatus>? = null, totalCellStyle: Output<TemplateTableCellStyleArgs>? = null, totalsVisibility: Output<TemplateVisibility>? = null, valueCellStyle: Output<TemplateTableCellStyleArgs>? = null)

Functions

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

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