View Source Dagger.FunctionArg (dagger v0.8.8)

An argument accepted by a function.

This is a specification for an argument at function definition time, not an argument passed at function call time.

Link to this section Summary

Link to this section Types

@type t() :: %Dagger.FunctionArg{
  default_value: Dagger.JSON.t() | nil,
  description: Dagger.String.t() | nil,
  name: Dagger.String.t() | nil,
  type_def: Dagger.TypeDef.t()
}