PutRecordsOutput constructor

PutRecordsOutput({
  1. required List<PutRecordsResultEntry> records,
  2. EncryptionType? encryptionType,
  3. int? failedRecordCount,
})

Implementation

PutRecordsOutput({
  required this.records,
  this.encryptionType,
  this.failedRecordCount,
});