ExIbge.Aggregate.Classification (ex_ibge v0.4.0)

Copy Markdown View Source

Struct representing a classification from the Aggregates API.

Summary

Types

t()

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

Functions

from_map(data)

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

param_mappings()