We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc00ef commit 4e41803Copy full SHA for 4e41803
harness/nextgen/model_pipeline_filter_properties.go
@@ -16,7 +16,8 @@ type PipelineFilterProperties struct {
16
// This is the list of the Pipeline Identifiers on which the filter will be applied.
17
PipelineIdentifiers []string `json:"pipelineIdentifiers,omitempty"`
18
// This is the Pipeline Name on which the filter will be applied.
19
- Name string `json:"name,omitempty"`
+ Name string `json:"name,omitempty"`
20
+ PipelineName string `json:"pipelineName,omitempty"`
21
// This is the Pipeline Description on which the filter will be applied.
22
Description string `json:"description,omitempty"`
23
ModuleProperties map[string]interface{} `json:"moduleProperties,omitempty"`
0 commit comments