View Source Dagger.EnvVariable (dagger v0.8.7)

A simple key value object that represents an environment variable.

Link to this section Summary

Link to this section Types

@type t() :: %Dagger.EnvVariable{name: Dagger.String.t(), value: Dagger.String.t()}