GoogleCloudDatapipelinesV1ListJobsResponse constructor

GoogleCloudDatapipelinesV1ListJobsResponse({
  1. List<GoogleCloudDatapipelinesV1Job>? jobs,
  2. String? nextPageToken,
})

Implementation

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