View Source Dagger.Label (dagger v0.12.3)

A simple key value object that represents a label.

Summary

Functions

A unique identifier for this Label.

The label name.

The label value.

Types

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

Functions

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

A unique identifier for this Label.

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

The label name.

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

The label value.