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

Attributes

  • Page (type: String.t, default: nil) - Page number
  • Paragraph (type: String.t, default: nil) - Paragraph number
  • 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
  • Volume (type: integer(), default: nil) - For documents published by a court reporter. Vendor/Media neutral citations will probably not have this.
  • 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 ().

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.