# `ExIbge.Aggregate.Classification`
[🔗](https://github.com/pedrohfonseca81/ex_ibge/blob/main/lib/ex_ibge/aggregate/classification.ex#L1)

Struct representing a classification from the Aggregates API.

# `t`

```elixir
@type t() :: %ExIbge.Aggregate.Classification{
  categories: [map()],
  id: integer() | String.t() | nil,
  name: String.t() | nil
}
```

# `from_map`

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

# `param_mappings`

---

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