Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.17 KB

PipelineFilterProperties.md

File metadata and controls

16 lines (13 loc) · 1.17 KB

PipelineFilterProperties

Properties

Name Type Description Notes
tags dict(str, str) Filter tags as a key-value pair. [optional]
filter_type str This specifies the corresponding Entity of the filter.
pipeline_tags list[NGTag] This is the list of the Pipeline Tags on which the filter will be applied. [optional]
pipeline_identifiers list[str] This is the list of the Pipeline Identifiers on which the filter will be applied. [optional]
name str This is the Pipeline Name on which the filter will be applied. [optional]
description str This is the Pipeline Description on which the filter will be applied. [optional]
module_properties PipelineFilterPropertiesModuleProperties [optional]
repo_name str This is the Pipeline repo filter on which the filter will be applied. [optional]

[Back to Model list] [Back to API list] [Back to README]