Voting helps other researchers find interesting modules.
this is used to store information about law collections Normalized is the normalized name for the law (e.g., USC for USCA and USCS) Source is the text that represents the law in the citation
Normalized
String.t
nil
Source
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LegalCitationLawCollectionName{ Normalized: String.t() | nil, Source: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()