TemplatePivotTableSortByArgs

data class TemplatePivotTableSortByArgs(val column: Output<TemplateColumnSortArgs>? = null, val dataPath: Output<TemplateDataPathSortArgs>? = null, val field: Output<TemplateFieldSortArgs>? = null) : ConvertibleToJava<TemplatePivotTableSortByArgs>

Constructors

Link copied to clipboard
constructor(column: Output<TemplateColumnSortArgs>? = null, dataPath: Output<TemplateDataPathSortArgs>? = null, field: Output<TemplateFieldSortArgs>? = null)

Properties

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

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

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

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

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

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

Functions

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