EnvironmentVariableSetupResponse

data class EnvironmentVariableSetupResponse(val type: String, val variableName: String, val variableValue: String)

The custom setup of setting environment variable.

Constructors

Link copied to clipboard
constructor(type: String, variableName: String, variableValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of custom setup. Expected value is 'EnvironmentVariableSetup'.

Link copied to clipboard

The name of the environment variable.

Link copied to clipboard

The value of the environment variable.