LegalCitationCourtDocumentPub

GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentPub


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. Page (type: String.t, default: nil)
    - Page number
  2. Paragraph (type: String.t, default: nil)
    - Paragraph number
  3. Reporter (type: String.t, default: nil)
    - The publisher of the opinion. For example, 'U.S.' - United States Reports 'S. Ct.' - Supreme Court Reporter 'L. Ed. 2d' - Lawyers Edition Second Series
  4. Volume (type: integer(), default: nil)
    - For documents published by a court reporter. Vendor/Media neutral citations will probably not have this.
  5. Year (type: integer(), default: nil)
    - This is the publication year. In many citations, there is one year listed and it is typically the year the opinion was handed down. For example: Roe v. Wade, 410 U.S. 113 (1973) Occasionally, the publication year of the reporter is included. This happens typically when the law reporter volume numbers are numbered within a calendar year. For example, Swiss Bank Corp. v. Air Canada, [1988] 1 F.C. 71. It some (most?) areas, publication date is denoted by [] while opinion date is denoted by ().

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentPub{
Page: String.t() | nil,
Paragraph: String.t() | nil,
Reporter: String.t() | nil,
Volume: integer() | nil,
Year: integer() | nil
}

Function

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

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