Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.55 KB

InputSetSummaryResponse.md

File metadata and controls

22 lines (19 loc) · 1.55 KB

InputSetSummaryResponse

Properties

Name Type Description Notes
identifier str Input Set Identifier [optional]
name str Input Set Name [optional]
pipeline_identifier str Pipeline Identifier for the entity. [optional]
description str Input Set description [optional]
input_set_type str Type of Input Set. The default value is ALL. [optional]
tags dict(str, str) Input Set tags [optional]
git_details PipelineEntityGitDetails [optional]
created_at int Time at which the entity was created [optional]
last_updated_at int Time at which the entity was last updated [optional]
is_outdated bool This field is true if a Pipeline update has made this Input Set invalid, and cannot be used for Pipeline Execution [optional]
input_set_error_details InputSetErrorWrapper [optional]
overlay_set_error_details dict(str, str) This contains the invalid references in the Overlay Input Set, along with a message why they are invalid [optional]
entity_validity_details PipelineEntityGitDetails [optional]
modules list[str] Modules in which the Pipeline belongs [optional]

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