GoogleCloudRetailV2RuleBoostAction constructor

GoogleCloudRetailV2RuleBoostAction({
  1. double? boost,
  2. String? productsFilter,
})

Implementation

GoogleCloudRetailV2RuleBoostAction({
  this.boost,
  this.productsFilter,
});