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

Struct representing a variable from the Aggregates API.

# `t`

```elixir
@type t() :: %ExIbge.Aggregate.Variable{
  id: String.t() | nil,
  name: String.t() | nil,
  results: [map()],
  unit: 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*
