# `Dagger.Cloud`
[🔗](https://github.com/dagger/dagger/blob/v0.21.7/sdk/elixir/lib/dagger/gen/cloud.ex#L2)

Dagger Cloud configuration and state

# `t`

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

# `id`

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

A unique identifier for this Cloud.

# `trace_url`

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

The trace URL for the current session

---

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