GoogleCloudRetailV2RemoveFulfillmentPlacesRequest constructor

GoogleCloudRetailV2RemoveFulfillmentPlacesRequest({
  1. bool? allowMissing,
  2. List<String>? placeIds,
  3. String? removeTime,
  4. String? type,
})

Implementation

GoogleCloudRetailV2RemoveFulfillmentPlacesRequest({
  this.allowMissing,
  this.placeIds,
  this.removeTime,
  this.type,
});