# `Gemini.Types.Interactions.DeltaCodeExecutionCallDelta`
[🔗](https://github.com/nshkrdotcom/gemini_ex/blob/v0.15.0/lib/gemini/types/interactions/delta.ex#L432)

Code execution call delta for streaming responses.

# `t`

```elixir
@type t() :: %Gemini.Types.Interactions.DeltaCodeExecutionCallDelta{
  arguments: Gemini.Types.Interactions.CodeExecutionCallArguments.t() | nil,
  id: String.t() | nil,
  type: String.t()
}
```

# `from_api`

```elixir
@spec from_api(map() | nil) :: t() | nil
```

# `to_api`

```elixir
@spec to_api(t() | nil) :: map() | nil
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
