GoogleCloudRetailV2SetInventoryRequest constructor
GoogleCloudRetailV2SetInventoryRequest({
- bool? allowMissing,
- GoogleCloudRetailV2Product? inventory,
- String? setMask,
- String? setTime,
Implementation
GoogleCloudRetailV2SetInventoryRequest({
this.allowMissing,
this.inventory,
this.setMask,
this.setTime,
});