EnvironmentVariable Class
Environment Variables for the container.
Constructor
EnvironmentVariable(*, additional_properties: Dict[str, Any] | None = None, type: str | _models.EnvironmentVariableType = 'local', value: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. Default value: None
|
|
type
|
Type of the Environment Variable. Possible values are: local - For local variable. "local" Default value: local
|
|
value
|
Value of the Environment variable. Default value: None
|
Variables
| Name | Description |
|---|---|
|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
|
type
|
Type of the Environment Variable. Possible values are: local - For local variable. "local" |
|
value
|
Value of the Environment variable. |