Class GoogleCloudRetailV2alphaCatalogAttributeFacetConfigMergedFacetValue
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.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaCatalogAttributeFacetConfigMergedFacetValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MergedValue
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.
Declaration
[JsonProperty("mergedValue")]
public virtual string MergedValue { get; set; }
Property Value
Type | Description |
---|---|
string |
Values
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.
Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |