Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 815 Bytes

PipelineVariable.md

File metadata and controls

13 lines (10 loc) · 815 Bytes

PipelineVariable

Properties

Name Type Description Notes
Type_ string [default to null]
Uuid string The UUID identifying the variable. [optional] [default to null]
Key string The unique name of the variable. [optional] [default to null]
Value string The value of the variable. If the variable is secured, this will be empty. [optional] [default to null]
Secured bool If true, this variable will be treated as secured. The value will never be exposed in the logs or the REST API. [optional] [default to null]

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