ListJobsResponse constructor

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

Implementation

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