EnvironmentSetting Class
An environment variable to be set on a task process.
Constructor
EnvironmentSetting(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
The name of the environment variable. Required. |
|
value
|
The value of the environment variable. |
Attributes
name
The name of the environment variable. Required.
name: str
value
The value of the environment variable.
value: str | None