ListJobsResult constructor

ListJobsResult({
  1. List<Job>? jobs,
  2. String? nextToken,
})

Implementation

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