ListJournalS3ExportsResponse constructor
ListJournalS3ExportsResponse({
- List<
JournalS3ExportDescription> ? journalS3Exports, - String? nextToken,
Implementation
ListJournalS3ExportsResponse({
this.journalS3Exports,
this.nextToken,
});