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

Dagger.Up

# `t`

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

# `description`

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

The description of the service

# `id`

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

A unique identifier for this Up.

# `name`

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

Return the fully qualified name of the service

# `original_module`

```elixir
@spec original_module(t()) :: Dagger.Module.t()
```

The original module in which the service has been defined

# `path`

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

The path of the service within its module

# `run`

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

Execute the service function

---

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