ListJobsResponse constructor

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

Implementation

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