View Source GoogleApi.ContentWarehouse.V1.Model.LegalCitationLawCollectionName (google_api_content_warehouse v0.4.0)

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

Attributes

  • Normalized (type: String.t, default: nil) -
  • Source (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LegalCitationLawCollectionName{
  Normalized: String.t() | nil,
  Source: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.