DatafeedsCustomBatchResponseEntry constructor

DatafeedsCustomBatchResponseEntry({
  1. int? batchId,
  2. Datafeed? datafeed,
  3. Errors? errors,
})

Implementation

DatafeedsCustomBatchResponseEntry({this.batchId, this.datafeed, this.errors});