DashboardPivotTableDataPathOptionArgs

data class DashboardPivotTableDataPathOptionArgs(val dataPathList: Output<List<DashboardDataPathValueArgs>>, val width: Output<String>? = null) : ConvertibleToJava<DashboardPivotTableDataPathOptionArgs>

Constructors

Link copied to clipboard
constructor(dataPathList: Output<List<DashboardDataPathValueArgs>>, width: Output<String>? = null)

Properties

Link copied to clipboard

The list of data path values for the data path options.

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

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

Functions

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