GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacetValue class
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.
Constructors
-
GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacetValue({String? mergedValue, List<
String> ? values}) - GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacetValue.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mergedValue ↔ String?
-
All the previous values are replaced by this merged facet value.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
↔ List<
String> ? -
All the facet values that are replaces by the same merged_value that
follows.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited