Pipeline Environment Variable
data class PipelineEnvironmentVariable(val name: String, val type: PipelineEnvironmentVariableType? = null, val value: String)
Represents information about the environment variable of an action.