ListPipelinesOutput constructor
ListPipelinesOutput({
- required List<
PipelineIdName> pipelineIdList, - bool? hasMoreResults,
- String? marker,
Implementation
ListPipelinesOutput({
required this.pipelineIdList,
this.hasMoreResults,
this.marker,
});