Analysis Pivot Table Sort By Args
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
The column sort (field id, direction) for the pivot table sort by options.
Link copied to clipboard
The data path sort (data path value, direction) for the pivot table sort by options.
Link copied to clipboard
The field sort (field id, direction) for the pivot table sort by options.