View Source Dagger.FunctionCallArgValue (dagger v0.15.1)

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

t()

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

Functions

id(function_call_arg_value)

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

A unique identifier for this FunctionCallArgValue.

name(function_call_arg_value)

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

The name of the argument.

value(function_call_arg_value)

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

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