ListJobsResponse constructor

ListJobsResponse({
  1. List<JobSummary>? jobs,
  2. String? nextToken,
})

Implementation

ListJobsResponse({
  this.jobs,
  this.nextToken,
});