TemplatePivotTableFieldCollapseStateTargetArgs

data class TemplatePivotTableFieldCollapseStateTargetArgs(val fieldDataPathValues: Output<List<TemplateDataPathValueArgs>>? = null, val fieldId: Output<String>? = null) : ConvertibleToJava<TemplatePivotTableFieldCollapseStateTargetArgs>

Constructors

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

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: Output<String>? = null

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

Functions

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