GoogleCloudRetailV2SearchResponseFacetFacetValue class
A facet value which contains value names and their count.
Constructors
- GoogleCloudRetailV2SearchResponseFacetFacetValue({String? count, GoogleCloudRetailV2Interval? interval, double? maxValue, double? minValue, String? value})
 - GoogleCloudRetailV2SearchResponseFacetFacetValue.fromJson(Map json_)
 
Properties
- count ↔ String?
 - 
  Number of items that have this facet value.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - interval ↔ GoogleCloudRetailV2Interval?
 - 
  Interval value for a facet, such as [10, 20) for facet "price".
  getter/setter pair
 - maxValue ↔ double?
 - 
  The maximum value in the FacetValue.interval.
  getter/setter pair
 - minValue ↔ double?
 - 
  The minimum value in the FacetValue.interval.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - value ↔ String?
 - 
  Text value of a facet, such as "Black" for facet "colorFamilies".
  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