Dagger.FieldTypeDef (dagger v0.19.6)
View SourceA definition of a field on a custom object defined in a Module.
A field on an object has a static value, as opposed to a function on an object whose value is computed by invoking code (and can accept arguments).
Summary
Functions
The reason this enum member is deprecated, if any.
A doc string for the field, if any.
A unique identifier for this FieldTypeDef.
The name of the field in lowerCamelCase format.
The location of this field declaration.
The type of the field.
Types
Functions
The reason this enum member is deprecated, if any.
A doc string for the field, if any.
@spec id(t()) :: {:ok, Dagger.FieldTypeDefID.t()} | {:error, term()}
A unique identifier for this FieldTypeDef.
The name of the field in lowerCamelCase format.
@spec source_map(t()) :: Dagger.SourceMap.t() | nil
The location of this field declaration.
@spec type_def(t()) :: Dagger.TypeDef.t()
The type of the field.