Struct representing a classification from the Aggregates API.
@type t() :: %ExIbge.Aggregate.Classification{ categories: [map()], id: integer() | String.t() | nil, name: String.t() | nil }
@spec from_map(map() | nil) :: t() | nil