Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.35 KB

PipelineStepParamBinding.md

File metadata and controls

12 lines (9 loc) · 1.35 KB

# PipelineStepParamBinding

Properties

Name Type Description Notes
bind string Bind the step parameter to a pipeline variable. [optional]
constant string Bind the step parameter to a constant value. [optional]
default_value string Set a default value for the step parameter. This allows you to set a default value for the step parameter when it is not bound to a pipeline variable. [optional]
description string Set the description of the step parameter. [optional]

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