GoogleCloudRetailV2CatalogAttributeFacetConfigIgnoredFacetValues class
Facet values to ignore on facets during the specified time range for the given SearchResponse.Facet.key attribute.
Constructors
-
GoogleCloudRetailV2CatalogAttributeFacetConfigIgnoredFacetValues({String? endTime, String? startTime, List<
String> ? values}) - GoogleCloudRetailV2CatalogAttributeFacetConfigIgnoredFacetValues.fromJson(Map json_)
Properties
- endTime ↔ String?
-
If start time is empty and end time is not empty, then ignore these facet
values before end time.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
Time range for the current list of facet values to ignore.
getter/setter pair
-
values
↔ List<
String> ? -
List of facet values to ignore for the following time range.
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