View Source Dagger.FunctionCallArgValue (dagger v0.12.3)

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

@type t() :: %Dagger.FunctionCallArgValue{client: term(), selection: term()}

Functions

Link to this function

id(function_call_arg_value)

View Source
@spec id(t()) :: {:ok, Dagger.FunctionCallArgValueID.t()} | {:error, term()}

A unique identifier for this FunctionCallArgValue.

Link to this function

name(function_call_arg_value)

View Source
@spec name(t()) :: {:ok, String.t()} | {:error, term()}

The name of the argument.

Link to this function

value(function_call_arg_value)

View Source
@spec value(t()) :: {:ok, Dagger.JSON.t()} | {:error, term()}

The value of the argument represented as a JSON serialized string.