View Source Dagger.FunctionCallArgValue (dagger v0.9.9)
A value passed as a named argument to a function call.
Link to this section Summary
Functions
A unique identifier for this FunctionCallArgValue.
The name of the argument.
The value of the argument represented as a JSON serialized string.
Link to this section Types
Link to this section Functions
@spec id(t()) :: {:ok, Dagger.FunctionCallArgValueID.t()} | {:error, term()}
A unique identifier for this FunctionCallArgValue.
@spec name(t()) :: {:ok, Dagger.String.t()} | {:error, term()}
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.