GoogleCloudDatapipelinesV1ListPipelinesResponse constructor
GoogleCloudDatapipelinesV1ListPipelinesResponse({
- String? nextPageToken,
- List<
GoogleCloudDatapipelinesV1Pipeline> ? pipelines,
Implementation
GoogleCloudDatapipelinesV1ListPipelinesResponse({
this.nextPageToken,
this.pipelines,
});