Dagger Cloud configuration and state
A unique identifier for this Cloud.
The trace URL for the current session
@type t() :: %Dagger.Cloud{client: term(), query_builder: term()}
@spec id(t()) :: {:ok, Dagger.CloudID.t()} | {:error, term()}
@spec trace_url(t()) :: {:ok, String.t()} | {:error, term()}