LegalCitationCourtDocumentCourt

GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentCourt


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. DisplayName (type: String.t, default: nil)
    - The name of the court to be displayed to users.
  2. Level (type: integer(), default: nil)
    - Maybe be redundant with the Name. We can remove this later if we don't find it useful. Court Level
  3. Name (type: String.t, default: nil)
    - Court id for matching records; "name" is a historic misnomer.
  4. OriginalName (type: String.t, default: nil)
    - The name of the court as taken directly from the source document
  5. namecomponent (type: list(GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentCourtNameComponent), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentCourt{
DisplayName: String.t() | nil,
Level: integer() | nil,
Name: String.t() | nil,
OriginalName: String.t() | nil,
namecomponent: [ GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentCourtNameComponent.t() ] | nil
}

Function

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

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