GetPipelineExecutionOutput constructor

GetPipelineExecutionOutput({
  1. PipelineExecution? pipelineExecution,
})

Implementation

GetPipelineExecutionOutput({
  this.pipelineExecution,
});