DatafeedstatusesCustomBatchRequestEntry constructor

DatafeedstatusesCustomBatchRequestEntry({
  1. int? batchId,
  2. String? country,
  3. String? datafeedId,
  4. String? feedLabel,
  5. String? language,
  6. String? merchantId,
  7. String? method,
})

Implementation

DatafeedstatusesCustomBatchRequestEntry({
  this.batchId,
  this.country,
  this.datafeedId,
  this.feedLabel,
  this.language,
  this.merchantId,
  this.method,
});