PutRecordsOutput constructor
PutRecordsOutput({
- required List<
PutRecordsResultEntry> records, - EncryptionType? encryptionType,
- int? failedRecordCount,
Implementation
PutRecordsOutput({
required this.records,
this.encryptionType,
this.failedRecordCount,
});