Dashboard Subtotal Options Args
data class DashboardSubtotalOptionsArgs(val customLabel: Output<String>? = null, val fieldLevel: Output<DashboardPivotTableSubtotalLevel>? = null, val fieldLevelOptions: Output<List<DashboardPivotTableFieldSubtotalOptionsArgs>>? = null, val metricHeaderCellStyle: Output<DashboardTableCellStyleArgs>? = null, val styleTargets: Output<List<DashboardTableStyleTargetArgs>>? = null, val totalCellStyle: Output<DashboardTableCellStyleArgs>? = null, val totalsVisibility: Output<DashboardVisibility>? = null, val valueCellStyle: Output<DashboardTableCellStyleArgs>? = null) : ConvertibleToJava<DashboardSubtotalOptionsArgs>
Constructors
Link copied to clipboard
fun DashboardSubtotalOptionsArgs(customLabel: Output<String>? = null, fieldLevel: Output<DashboardPivotTableSubtotalLevel>? = null, fieldLevelOptions: Output<List<DashboardPivotTableFieldSubtotalOptionsArgs>>? = null, metricHeaderCellStyle: Output<DashboardTableCellStyleArgs>? = null, styleTargets: Output<List<DashboardTableStyleTargetArgs>>? = null, totalCellStyle: Output<DashboardTableCellStyleArgs>? = null, totalsVisibility: Output<DashboardVisibility>? = null, valueCellStyle: Output<DashboardTableCellStyleArgs>? = null)