View Source Dagger.EnumValueTypeDef (dagger v0.14.0)
A definition of a value in a custom enum defined in a Module.
Summary
Functions
A doc string for the enum value, if any.
A unique identifier for this EnumValueTypeDef.
The name of the enum value.
The location of this enum value declaration.
Types
Functions
A doc string for the enum value, if any.
@spec id(t()) :: {:ok, Dagger.EnumValueTypeDefID.t()} | {:error, term()}
A unique identifier for this EnumValueTypeDef.
The name of the enum value.
@spec source_map(t()) :: Dagger.SourceMap.t()
The location of this enum value declaration.