EnvironmentVariableResponse

data class EnvironmentVariableResponse(val key: String, val value: String)

A key-value pair passed as an environment variable to the test.

Constructors

Link copied to clipboard
constructor(key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

Key for the environment variable.

Link copied to clipboard

Value for the environment variable.