# `Estructura.Nested.Type.UUID`
[🔗](https://github.com/am-kantox/estructura/blob/v1.12.0/lib/estructura/nested/type/uuid.ex#L1)

`Estructura` type for `UUID`

# `t`

```elixir
@type t() :: %Estructura.Nested.Type.UUID{
  binary: binary(),
  type: :default | :hex | :urn,
  uuid: String.t(),
  variant: :rfc4122,
  version: :unknown | pos_integer()
}
```

---

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