View Source Dagger.EnvVariable (dagger v0.10.2)

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

@type t() :: %Dagger.EnvVariable{client: term(), selection: term()}

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.