Dashboard Pivot Table Sort By Args
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)