ListJobsResponse constructor

ListJobsResponse({
  1. List<Job>? jobs,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListJobsResponse({
  this.jobs,
  this.nextPageToken,
  this.unreachable,
});