GoogleCloudRetailV2SearchRequestFacetSpecFacetKey constructor

GoogleCloudRetailV2SearchRequestFacetSpecFacetKey({
  1. bool? caseInsensitive,
  2. List<String>? contains,
  3. List<GoogleCloudRetailV2Interval>? intervals,
  4. String? key,
  5. String? orderBy,
  6. List<String>? prefixes,
  7. String? query,
  8. List<String>? restrictedValues,
  9. bool? returnMinMax,
})

Implementation

GoogleCloudRetailV2SearchRequestFacetSpecFacetKey({
  this.caseInsensitive,
  this.contains,
  this.intervals,
  this.key,
  this.orderBy,
  this.prefixes,
  this.query,
  this.restrictedValues,
  this.returnMinMax,
});