LegalCitationLawCollectionName

GoogleApi.ContentWarehouse.V1.Model.LegalCitationLawCollectionName


Table of Contents ▼

Jump to a specific part of the page:

Description

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 List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.LegalCitationLawCollectionName