View Source Dagger.ObjectTypeDef (dagger v0.9.0)
A definition of a custom object defined in a Module.
Link to this section Summary
Link to this section Types
@type t() :: %Dagger.ObjectTypeDef{ description: Dagger.String.t() | nil, fields: [Dagger.FieldTypeDef.t()] | nil, functions: [Dagger.Function.t()] | nil, name: Dagger.String.t() }