# `Dagger.UpGroup`
[🔗](https://github.com/dagger/dagger/blob/v0.20.8/sdk/elixir/lib/dagger/gen/up_group.ex#L2)

Dagger.UpGroup

# `t`

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

# `id`

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

A unique identifier for this UpGroup.

# `list`

```elixir
@spec list(t()) :: {:ok, [Dagger.Up.t()]} | {:error, term()}
```

Return a list of individual services and their details

# `run`

```elixir
@spec run(t()) :: t()
```

Execute all selected service functions

---

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