Environment Variable Setup Response
data class EnvironmentVariableSetupResponse(val type: String, val variableName: String, val variableValue: String)
The custom setup of setting environment variable.
The custom setup of setting environment variable.