ListJobsResponse constructor

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

Implementation

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