Struct representing a BNGB class (EDGV 3.0).
@type t() :: %ExIbge.Bngb.Class{ category: String.t() | nil, description: String.t() | nil, name: String.t() | nil }
@spec from_map(map() | nil) :: t() | nil