ListJournalS3ExportsForLedgerResponse constructor

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

Implementation

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