ListImportJobsResponse constructor

ListImportJobsResponse({
  1. List<ImportJobSummary>? importJobs,
  2. String? nextToken,
})

Implementation

ListImportJobsResponse({
  this.importJobs,
  this.nextToken,
});