DashboardPivotTableFieldCollapseStateTarget

data class DashboardPivotTableFieldCollapseStateTarget(val fieldDataPathValues: List<DashboardDataPathValue>? = null, val fieldId: String? = null)

Constructors

constructor(fieldDataPathValues: List<DashboardDataPathValue>? = null, fieldId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data path of the pivot table's header. Used to set the collapse state.

Link copied to clipboard
val fieldId: String? = null

The field ID of the pivot table that the collapse state needs to be set to.