DashboardTotalOptionsArgs

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

Constructors

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

Functions

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

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