DashboardPivotTotalOptionsArgs

data class DashboardPivotTotalOptionsArgs(val customLabel: Output<String>? = null, val metricHeaderCellStyle: Output<DashboardTableCellStyleArgs>? = null, val placement: Output<DashboardTableTotalsPlacement>? = null, val scrollStatus: Output<DashboardTableTotalsScrollStatus>? = null, val totalCellStyle: Output<DashboardTableCellStyleArgs>? = null, val totalsVisibility: Output<DashboardVisibility>? = null, val valueCellStyle: Output<DashboardTableCellStyleArgs>? = null) : ConvertibleToJava<DashboardPivotTotalOptionsArgs>

Constructors

Link copied to clipboard
fun DashboardPivotTotalOptionsArgs(customLabel: Output<String>? = null, metricHeaderCellStyle: Output<DashboardTableCellStyleArgs>? = null, placement: Output<DashboardTableTotalsPlacement>? = null, scrollStatus: Output<DashboardTableTotalsScrollStatus>? = null, totalCellStyle: Output<DashboardTableCellStyleArgs>? = null, totalsVisibility: Output<DashboardVisibility>? = null, valueCellStyle: Output<DashboardTableCellStyleArgs>? = null)

Functions

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

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