ProductstatusesCustomBatchResponseEntry constructor

ProductstatusesCustomBatchResponseEntry({
  1. int? batchId,
  2. Errors? errors,
  3. String? kind,
  4. ProductStatus? productStatus,
})

Implementation

ProductstatusesCustomBatchResponseEntry({
  this.batchId,
  this.errors,
  this.kind,
  this.productStatus,
});