BatchGetJobsResponse constructor

BatchGetJobsResponse({
  1. List<Job>? jobs,
  2. List<String>? jobsNotFound,
})

Implementation

BatchGetJobsResponse({
  this.jobs,
  this.jobsNotFound,
});