DashboardPivotTableSortByArgs

data class DashboardPivotTableSortByArgs(val column: Output<DashboardColumnSortArgs>? = null, val dataPath: Output<DashboardDataPathSortArgs>? = null, val field: Output<DashboardFieldSortArgs>? = null) : ConvertibleToJava<DashboardPivotTableSortByArgs>

Constructors

Link copied to clipboard
fun DashboardPivotTableSortByArgs(column: Output<DashboardColumnSortArgs>? = null, dataPath: Output<DashboardDataPathSortArgs>? = null, field: Output<DashboardFieldSortArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val column: Output<DashboardColumnSortArgs>? = null
Link copied to clipboard
val dataPath: Output<DashboardDataPathSortArgs>? = null
Link copied to clipboard
val field: Output<DashboardFieldSortArgs>? = null