DashboardSubtotalOptionsArgs

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)

Functions

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

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