View Source Dagger.EnvVariable (dagger v0.12.3)

An environment variable name and value.

Summary

Functions

A unique identifier for this EnvVariable.

The environment variable name.

The environment variable value.

Types

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

Functions

@spec id(t()) :: {:ok, Dagger.EnvVariableID.t()} | {:error, term()}

A unique identifier for this EnvVariable.

@spec name(t()) :: {:ok, String.t()} | {:error, term()}

The environment variable name.

@spec value(t()) :: {:ok, String.t()} | {:error, term()}

The environment variable value.