View Source Dagger.EnvVariable (dagger v0.9.10)
An environment variable name and value.
Link to this section Summary
Functions
A unique identifier for this EnvVariable.
The environment variable name.
The environment variable value.
Link to this section Types
Link to this section Functions
@spec id(t()) :: {:ok, Dagger.EnvVariableID.t()} | {:error, term()}
A unique identifier for this EnvVariable.
@spec name(t()) :: {:ok, Dagger.String.t()} | {:error, term()}
The environment variable name.
@spec value(t()) :: {:ok, Dagger.String.t()} | {:error, term()}
The environment variable value.