GoogleCloudRetailV2SearchResponseFacetFacetValue constructor

GoogleCloudRetailV2SearchResponseFacetFacetValue({
  1. String? count,
  2. GoogleCloudRetailV2Interval? interval,
  3. double? maxValue,
  4. double? minValue,
  5. String? value,
})

Implementation

GoogleCloudRetailV2SearchResponseFacetFacetValue({
  this.count,
  this.interval,
  this.maxValue,
  this.minValue,
  this.value,
});