GoogleCloudRetailV2SearchResponseSearchResult constructor

GoogleCloudRetailV2SearchResponseSearchResult({
  1. String? id,
  2. int? matchingVariantCount,
  3. Map<String, String>? matchingVariantFields,
  4. List<String>? personalLabels,
  5. GoogleCloudRetailV2Product? product,
  6. Map<String, Object?>? variantRollupValues,
})

Implementation

GoogleCloudRetailV2SearchResponseSearchResult({
  this.id,
  this.matchingVariantCount,
  this.matchingVariantFields,
  this.personalLabels,
  this.product,
  this.variantRollupValues,
});