EnvironmentVariableResponse

data class EnvironmentVariableResponse(val type: String? = null, val value: String? = null)

Environment Variables for the container

Constructors

Link copied to clipboard
constructor(type: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

Type of the Environment Variable. Possible values are: local - For local variable

Link copied to clipboard
val value: String? = null

Value of the Environment variable