PipelineDescription constructor
PipelineDescription({})
Implementation
PipelineDescription({
required this.fields,
required this.name,
required this.pipelineId,
this.description,
this.tags,
});
PipelineDescription({
required this.fields,
required this.name,
required this.pipelineId,
this.description,
this.tags,
});