RetryStageExecutionOutput constructor

RetryStageExecutionOutput({
  1. String? pipelineExecutionId,
})

Implementation

RetryStageExecutionOutput({
  this.pipelineExecutionId,
});