DatafeedsCustomBatchRequestEntry constructor

DatafeedsCustomBatchRequestEntry({
  1. int? batchId,
  2. Datafeed? datafeed,
  3. String? datafeedId,
  4. String? merchantId,
  5. String? method,
})

Implementation

DatafeedsCustomBatchRequestEntry({
  this.batchId,
  this.datafeed,
  this.datafeedId,
  this.merchantId,
  this.method,
});