filterSpecs property

List<PivotFilterSpec>? filterSpecs
getter/setter pair

The filters applied to the source columns before aggregating data for the pivot table.

Both criteria and filter_specs are populated in responses. If both fields are specified in an update request, this field takes precedence.

Implementation

core.List<PivotFilterSpec>? filterSpecs;