GoogleCloudRetailV2AddLocalInventoriesRequest constructor

GoogleCloudRetailV2AddLocalInventoriesRequest({
  1. String? addMask,
  2. String? addTime,
  3. bool? allowMissing,
  4. List<GoogleCloudRetailV2LocalInventory>? localInventories,
})

Implementation

GoogleCloudRetailV2AddLocalInventoriesRequest({
  this.addMask,
  this.addTime,
  this.allowMissing,
  this.localInventories,
});