Struct representing a variable from the Aggregates API.
@type t() :: %ExIbge.Aggregate.Variable{ id: String.t() | nil, name: String.t() | nil, results: [map()], unit: String.t() | nil }
@spec from_map(map() | nil) :: t() | nil