ListJournalS3ExportsResponse constructor

ListJournalS3ExportsResponse({
  1. List<JournalS3ExportDescription>? journalS3Exports,
  2. String? nextToken,
})

Implementation

ListJournalS3ExportsResponse({
  this.journalS3Exports,
  this.nextToken,
});