# `ExIbge.Bngb.Category`
[🔗](https://github.com/pedrohfonseca81/ex_ibge/blob/main/lib/ex_ibge/bngb/category.ex#L1)

Struct representing a BNGB category (EDGV 3.0).

# `t`

```elixir
@type t() :: %ExIbge.Bngb.Category{name: String.t() | nil}
```

# `from_map`

```elixir
@spec from_map(map() | nil) :: t() | nil
```

---

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