DashboardPivotTableOptionsArgs

data class DashboardPivotTableOptionsArgs(val cellStyle: Output<DashboardTableCellStyleArgs>? = null, val collapsedRowDimensionsVisibility: Output<DashboardVisibility>? = null, val columnHeaderStyle: Output<DashboardTableCellStyleArgs>? = null, val columnNamesVisibility: Output<DashboardVisibility>? = null, val defaultCellWidth: Output<String>? = null, val metricPlacement: Output<DashboardPivotTableMetricPlacement>? = null, val rowAlternateColorOptions: Output<DashboardRowAlternateColorOptionsArgs>? = null, val rowFieldNamesStyle: Output<DashboardTableCellStyleArgs>? = null, val rowHeaderStyle: Output<DashboardTableCellStyleArgs>? = null, val rowsLabelOptions: Output<DashboardPivotTableRowsLabelOptionsArgs>? = null, val rowsLayout: Output<DashboardPivotTableRowsLayout>? = null, val singleMetricVisibility: Output<DashboardVisibility>? = null, val toggleButtonsVisibility: Output<DashboardVisibility>? = null) : ConvertibleToJava<DashboardPivotTableOptionsArgs>

Constructors

Link copied to clipboard
fun DashboardPivotTableOptionsArgs(cellStyle: Output<DashboardTableCellStyleArgs>? = null, collapsedRowDimensionsVisibility: Output<DashboardVisibility>? = null, columnHeaderStyle: Output<DashboardTableCellStyleArgs>? = null, columnNamesVisibility: Output<DashboardVisibility>? = null, defaultCellWidth: Output<String>? = null, metricPlacement: Output<DashboardPivotTableMetricPlacement>? = null, rowAlternateColorOptions: Output<DashboardRowAlternateColorOptionsArgs>? = null, rowFieldNamesStyle: Output<DashboardTableCellStyleArgs>? = null, rowHeaderStyle: Output<DashboardTableCellStyleArgs>? = null, rowsLabelOptions: Output<DashboardPivotTableRowsLabelOptionsArgs>? = null, rowsLayout: Output<DashboardPivotTableRowsLayout>? = null, singleMetricVisibility: Output<DashboardVisibility>? = null, toggleButtonsVisibility: Output<DashboardVisibility>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val defaultCellWidth: Output<String>? = null

String based length that is composed of value and unit in px

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard