AnalysisPivotFieldSortOptions

data class AnalysisPivotFieldSortOptions(val fieldId: String, val sortBy: AnalysisPivotTableSortBy)

Constructors

Link copied to clipboard
constructor(fieldId: String, sortBy: AnalysisPivotTableSortBy)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The field ID for the field sort options.

Link copied to clipboard

The sort by field for the field sort options.