GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacet class
The current facet key (i.e. attribute config) maps into the merged_facet_key.
A facet key can have at most one child. The current facet key and the merged facet key need both to be textual custom attributes or both numerical custom attributes (same type).
Constructors
-
GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacet({String? mergedFacetKey, List<
GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacetValue> ? mergedFacetValues}) - GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacet.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mergedFacetKey ↔ String?
-
The merged facet key should be a valid facet key that is different than
the facet key of the current catalog attribute.
getter/setter pair
-
mergedFacetValues
↔ List<
GoogleCloudRetailV2CatalogAttributeFacetConfigMergedFacetValue> ? -
Each instance is a list of facet values that map into the same (possibly
different) merged facet value.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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