Guava.Commands.SetVariable (Guava v0.34.0)

Copy Markdown View Source

Store a JSON-serializable call-scoped variable.

Summary

Types

t()

@type t() :: %Guava.Commands.SetVariable{
  command_type: String.t(),
  key: String.t(),
  value: term()
}