StopPipelineExecutionOutput constructor

StopPipelineExecutionOutput({
  1. String? pipelineExecutionId,
})

Implementation

StopPipelineExecutionOutput({
  this.pipelineExecutionId,
});