Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 782 Bytes

PipelineStepParamBinding.md

File metadata and controls

13 lines (9 loc) · 782 Bytes

Com.Sajari.Sdk.Model.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]
DefaultValue 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]