EnvironmentSetting interface
An environment variable to be set on a task process.
Properties
name | The name of the environment variable. |
value | The value of the environment variable. |
Property Details
name
The name of the environment variable.
name: string
Property Value
string
value
The value of the environment variable.
value?: string
Property Value
string