EnvironmentResponse

data class EnvironmentResponse(val variables: Map<String, String>? = null)

Definition of Environment

Constructors

Link copied to clipboard
constructor(variables: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val variables: Map<String, String>? = null

Environment variable key-value pairs. For more information, see Using Lambda environment variables.