ListPatchJobsResponse constructor

ListPatchJobsResponse({
  1. String? nextPageToken,
  2. List<PatchJob>? patchJobs,
})

Implementation

ListPatchJobsResponse({
  this.nextPageToken,
  this.patchJobs,
});