The EnvironmentVariableType type is used for representing environment variables using a name/value pair.
| Field Name | Type | Description |
|---|---|---|
| Name1..1 | StringObjectPropertyType |
The Name field specifies the name of the environment variable. |
| Value0..1 | StringObjectPropertyType |
The Value field specifies the value of the environment variable. |