PipelineDetail constructor

PipelineDetail({
  1. String? activeInputAttachmentName,
  2. String? activeInputSwitchActionName,
  3. String? pipelineId,
})

Implementation

PipelineDetail({
  this.activeInputAttachmentName,
  this.activeInputSwitchActionName,
  this.pipelineId,
});