GetTaskExecutionOverridesContainerOverrideEnvironment

data class GetTaskExecutionOverridesContainerOverrideEnvironment(val key: String, val value: String) : ConvertibleToJava<GetTaskExecutionOverridesContainerOverrideEnvironment>

Constructors

constructor(key: String, value: String)

Properties

Link copied to clipboard
val key: String

The name of the key-value pair. For environment variables, this is the name of the environment variable.

Link copied to clipboard

The value of the key-value pair. For environment variables, this is the value of the environment variable.

Functions

Link copied to clipboard
open override fun toJava(): GetTaskExecutionOverridesContainerOverrideEnvironment