RunCommandInputParameter interface
Describes the properties of a run command parameter.
Properties
name | The run command parameter name. |
value | The run command parameter value. |
Property Details
name
The run command parameter name.
name: string
Property Value
string
value
The run command parameter value.
value: string
Property Value
string