values property

List<String>? values
getter/setter pair

All the facet values that are replaces by the same merged_value that follows.

The maximum number of values per MergedFacetValue is 25. Each value can have up to 128 characters.

Implementation

core.List<core.String>? values;