DashboardDataPathTypeArgs

data class DashboardDataPathTypeArgs(val pivotTableDataPathType: Output<DashboardPivotTableDataPathType>? = null) : ConvertibleToJava<DashboardDataPathTypeArgs>

Constructors

Link copied to clipboard
constructor(pivotTableDataPathType: Output<DashboardPivotTableDataPathType>? = null)

Properties

Link copied to clipboard

The type of data path value utilized in a pivot table. Choose one of the following options:

Functions

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