# `Dagger.SDKConfig`
[🔗](https://github.com/dagger/dagger/blob/v0.20.5/sdk/elixir/lib/dagger/gen/sdk_config.ex#L2)

The SDK config of the module.

# `t`

```elixir
@type t() :: %Dagger.SDKConfig{client: term(), query_builder: term()}
```

# `debug`

```elixir
@spec debug(t()) :: {:ok, boolean()} | {:error, term()}
```

Whether to start the SDK runtime in debug mode with an interactive terminal.

# `id`

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

A unique identifier for this SDKConfig.

# `source`

```elixir
@spec source(t()) :: {:ok, String.t()} | {:error, term()}
```

Source of the SDK. Either a name of a builtin SDK or a module source ref string pointing to the SDK's implementation.

---

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