ListJobsResponse constructor

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

Implementation

ListJobsResponse({
  required this.jobSummaryList,
  this.nextToken,
});