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

Struct representing a BNGB class (EDGV 3.0).

# `t`

```elixir
@type t() :: %ExIbge.Bngb.Class{
  category: String.t() | nil,
  description: String.t() | nil,
  name: String.t() | nil
}
```

# `from_map`

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

---

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