mergedFacetValues property
List<GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacetValue> ?
mergedFacetValues
getter/setter pair
Each instance replaces a list of facet values by a merged facet value.
If a facet value is not in any list, then it will stay the same. To avoid conflicts, only paths of length 1 are accepted. In other words, if "dark_blue" merged into "BLUE", then the latter can't merge into "blues" because this would create a path of length 2. The maximum number of instances of MergedFacetValue per CatalogAttribute is 100. This feature is available only for textual custom attributes.
Implementation
core.List<GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacetValue>?
mergedFacetValues;