Links to public documents of an establishment (certificates, map, street view).
@type t() :: %Cnpja.OfficeLinks{ ccc_certificate: String.t() | nil, office_map: String.t() | nil, office_street: String.t() | nil, rfb_certificate: String.t() | nil, simples_certificate: String.t() | nil, suframa_certificate: String.t() | nil }
@spec from_map(map()) :: t()
@spec from_map_nullable(map() | nil) :: t() | nil