View Source Dagger.FunctionCallArgValue (dagger v0.13.6)
A value passed as a named argument to a function call.
Summary
Functions
A unique identifier for this FunctionCallArgValue.
The name of the argument.
The value of the argument represented as a JSON serialized string.
Types
Functions
@spec id(t()) :: {:ok, Dagger.FunctionCallArgValueID.t()} | {:error, term()}
A unique identifier for this FunctionCallArgValue.
The name of the argument.
@spec value(t()) :: {:ok, Dagger.JSON.t()} | {:error, term()}
The value of the argument represented as a JSON serialized string.