GoogleCloudDatapipelinesV1ListPipelinesResponse constructor

GoogleCloudDatapipelinesV1ListPipelinesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDatapipelinesV1Pipeline>? pipelines,
})

Implementation

GoogleCloudDatapipelinesV1ListPipelinesResponse({
  this.nextPageToken,
  this.pipelines,
});