ProductsCustomBatchRequestEntry constructor

ProductsCustomBatchRequestEntry({
  1. int? batchId,
  2. String? feedId,
  3. String? merchantId,
  4. String? method,
  5. Product? product,
  6. String? productId,
  7. String? updateMask,
})

Implementation

ProductsCustomBatchRequestEntry({
  this.batchId,
  this.feedId,
  this.merchantId,
  this.method,
  this.product,
  this.productId,
  this.updateMask,
});