View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacetValue (google_api_retail v0.19.1)
Replaces a set of textual facet values by the same (possibly different) merged facet value. Each facet value should appear at most once as a value per CatalogAttribute. This feature is available only for textual custom attributes.
Attributes
-
mergedValue
(type:String.t
, default:nil
) - All the previous values are replaced by this merged facet value. This merged_value must be non-empty and can have up to 128 characters. -
values
(type:list(String.t)
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.