GoogleCloudRetailV2PurgeProductsRequest constructor

GoogleCloudRetailV2PurgeProductsRequest({
  1. String? filter,
  2. bool? force,
})

Implementation

GoogleCloudRetailV2PurgeProductsRequest({
  this.filter,
  this.force,
});