Skip to content

Commit

Permalink
feat: [PIPE-24072]: Added the pipeline name (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamnegi94 authored Dec 19, 2024
1 parent 6bc00ef commit 4e41803
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion harness/nextgen/model_pipeline_filter_properties.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ type PipelineFilterProperties struct {
// This is the list of the Pipeline Identifiers on which the filter will be applied.
PipelineIdentifiers []string `json:"pipelineIdentifiers,omitempty"`
// This is the Pipeline Name on which the filter will be applied.
Name string `json:"name,omitempty"`
Name string `json:"name,omitempty"`
PipelineName string `json:"pipelineName,omitempty"`
// This is the Pipeline Description on which the filter will be applied.
Description string `json:"description,omitempty"`
ModuleProperties map[string]interface{} `json:"moduleProperties,omitempty"`
Expand Down

0 comments on commit 4e41803

Please sign in to comment.