AnalysisPivotTableSortByArgs

data class AnalysisPivotTableSortByArgs(val column: Output<AnalysisColumnSortArgs>? = null, val dataPath: Output<AnalysisDataPathSortArgs>? = null, val field: Output<AnalysisFieldSortArgs>? = null) : ConvertibleToJava<AnalysisPivotTableSortByArgs>

Constructors

Link copied to clipboard
constructor(column: Output<AnalysisColumnSortArgs>? = null, dataPath: Output<AnalysisDataPathSortArgs>? = null, field: Output<AnalysisFieldSortArgs>? = null)

Properties

Link copied to clipboard
val column: Output<AnalysisColumnSortArgs>? = null

The column sort (field id, direction) for the pivot table sort by options.

Link copied to clipboard
val dataPath: Output<AnalysisDataPathSortArgs>? = null

The data path sort (data path value, direction) for the pivot table sort by options.

Link copied to clipboard
val field: Output<AnalysisFieldSortArgs>? = null

The field sort (field id, direction) for the pivot table sort by options.

Functions

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