ExIbge.Aggregate.Variable (ex_ibge v0.4.0)

Copy Markdown View Source

Struct representing a variable from the Aggregates API.

Summary

Types

t()

@type t() :: %ExIbge.Aggregate.Variable{
  id: String.t() | nil,
  name: String.t() | nil,
  results: [map()],
  unit: String.t() | nil
}

Functions

from_map(data)

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

param_mappings()