ListPipelinesOutput constructor

ListPipelinesOutput({
  1. required List<PipelineIdName> pipelineIdList,
  2. bool? hasMoreResults,
  3. String? marker,
})

Implementation

ListPipelinesOutput({
  required this.pipelineIdList,
  this.hasMoreResults,
  this.marker,
});