LegalCitationCourtDocument

GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocument


Table of Contents ▼

Jump to a specific part of the page:

Description

Information about a published version of the document. Not all references/documents will have this because some will be vendor and/or media neutral.

Attributes List

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

View Attributes

Attributes

  1. ArguedBefore (type: list(GoogleApi.ContentWarehouse.V1.Model.LegalPerson), default: nil)
    - One entry per judge who listened to the case in this court
  2. ArguedDate (type: GoogleApi.ContentWarehouse.V1.Model.LegalDate, default: nil)
    -
  3. CertiorariCourtName (type: String.t, default: nil)
    - For an appeal, the name of the lower court that sent this up Abbreviation form? Verbose form?
  4. CertiorariRelationship (type: integer(), default: nil)
    -
  5. CourtTerm (type: String.t, default: nil)
    - Usually the name of a month. Not sure really what it means.
  6. DecidedDate (type: GoogleApi.ContentWarehouse.V1.Model.LegalDate, default: nil)
    - Various dates related to the generation of document most of these are opinion-centric
  7. FiledDate (type: GoogleApi.ContentWarehouse.V1.Model.LegalDate, default: nil)
    -
  8. MemoID (type: String.t, default: nil)
    - Not sure what this is. But I've seen it.
  9. ModifiedDate (type: GoogleApi.ContentWarehouse.V1.Model.LegalDate, default: nil)
    -
  10. Syllabus (type: String.t, default: nil)
    - A summary of the document or a syllabus for this document
  11. court (type: GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentCourt, default: nil)
    -
  12. opinioninfo (type: list(GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentOpinionInfo), default: nil)
    -
  13. perdocketinfo (type: list(GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentPerDocketInfo), default: nil)
    -
  14. pub (type: list(GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentPub), default: nil)
    -
  15. unknowndate (type: list(GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentUnknownDate), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocument{
ArguedBefore: [GoogleApi.ContentWarehouse.V1.Model.LegalPerson.t()] | nil,
ArguedDate: GoogleApi.ContentWarehouse.V1.Model.LegalDate.t() | nil,
CertiorariCourtName: String.t() | nil,
CertiorariRelationship: integer() | nil,
CourtTerm: String.t() | nil,
DecidedDate: GoogleApi.ContentWarehouse.V1.Model.LegalDate.t() | nil,
FiledDate: GoogleApi.ContentWarehouse.V1.Model.LegalDate.t() | nil,
MemoID: String.t() | nil,
ModifiedDate: GoogleApi.ContentWarehouse.V1.Model.LegalDate.t() | nil,
Syllabus: String.t() | nil,
court: GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentCourt.t() | nil,
opinioninfo: [ GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentOpinionInfo.t() ] | nil,
perdocketinfo: [ GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentPerDocketInfo.t() ] | nil,
pub: [GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentPub.t()] | nil,
unknowndate: [ GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentUnknownDate.t() ] | nil
}

Function

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

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