EnvironmentVariableSetup Class
The custom setup of setting environment variable.
All required parameters must be populated in order to send to server.
Constructor
EnvironmentVariableSetup(*, variable_name: str, variable_value: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
variable_name
|
The name of the environment variable. Required. |
variable_value
|
The value of the environment variable. Required. |