PutRecordBatchResponseEntry constructor

PutRecordBatchResponseEntry({
  1. String? errorCode,
  2. String? errorMessage,
  3. String? recordId,
})

Implementation

PutRecordBatchResponseEntry({
  this.errorCode,
  this.errorMessage,
  this.recordId,
});