Environment Variable Response
data class EnvironmentVariableResponse(val name: String, val secureValue: String? = null, val value: String? = null)
The environment variable to set within the container instance.
The environment variable to set within the container instance.