GoogleCloudRetailV2SetInventoryRequest constructor

GoogleCloudRetailV2SetInventoryRequest({
  1. bool? allowMissing,
  2. GoogleCloudRetailV2Product? inventory,
  3. String? setMask,
  4. String? setTime,
})

Implementation

GoogleCloudRetailV2SetInventoryRequest({
  this.allowMissing,
  this.inventory,
  this.setMask,
  this.setTime,
});