GoogleCloudRetailV2AddFulfillmentPlacesRequest constructor

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

Implementation

GoogleCloudRetailV2AddFulfillmentPlacesRequest({
  this.addTime,
  this.allowMissing,
  this.placeIds,
  this.type,
});