# `Dllb.Result.Created`
[🔗](https://github.com/Oeditus/dllb_ex/blob/v0.1.0/lib/dllb/result.ex#L20)

Represents a successful creation, carrying the new record's id.

# `t`

```elixir
@type t() :: %Dllb.Result.Created{id: String.t()}
```

---

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