Brasilapi.Fipe.Brand (BrasilAPI v1.0.1)

View Source

Struct representing a vehicle brand in the FIPE table.

Summary

Functions

Creates a Brand struct from a map. Supports both string and atom keys.

Types

t()

@type t() :: %Brasilapi.Fipe.Brand{nome: String.t(), valor: String.t()}

Functions

from_map(map)

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

Creates a Brand struct from a map. Supports both string and atom keys.