ProductstatusesCustomBatchResponseEntry constructor
ProductstatusesCustomBatchResponseEntry({
- int? batchId,
- Errors? errors,
- String? kind,
- ProductStatus? productStatus,
Implementation
ProductstatusesCustomBatchResponseEntry({
this.batchId,
this.errors,
this.kind,
this.productStatus,
});