ExportJournalToS3Response constructor

ExportJournalToS3Response({
  1. required String exportId,
})

Implementation

ExportJournalToS3Response({
  required this.exportId,
});