LegalCitationCourtDocumentPerDocketInfo

GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentPerDocketInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Information associated with a docket. Note that multiple dockets can be combined and argued as one and produce a single opinion

Attributes List

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

View Attributes

Attributes

  1. DocketID (type: String.t, default: nil)
    - An alpha-numeric (usually, mostly numeric) string used to identify the case by the court
  2. Petitioner (type: list(GoogleApi.ContentWarehouse.V1.Model.LegalPerson), default: nil)
    - Who is bringing the action? (X in X vs. Y)
  3. PetitionerCounsel (type: list(GoogleApi.ContentWarehouse.V1.Model.LegalPerson), default: nil)
    - Who represents the petitioner?
  4. Respondent (type: list(GoogleApi.ContentWarehouse.V1.Model.LegalPerson), default: nil)
    - Who is responding to the action? (Y in X vs. Y)
  5. RespondentCounsel (type: list(GoogleApi.ContentWarehouse.V1.Model.LegalPerson), default: nil)
    - Who represents the respondent?
  6. Topic (type: String.t, default: nil)
    - The "in re" or "matter of" field.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentPerDocketInfo{
DocketID: String.t() | nil,
Petitioner: [GoogleApi.ContentWarehouse.V1.Model.LegalPerson.t()] | nil,
PetitionerCounsel: [GoogleApi.ContentWarehouse.V1.Model.LegalPerson.t()] | nil,
Respondent: [GoogleApi.ContentWarehouse.V1.Model.LegalPerson.t()] | nil,
RespondentCounsel: [GoogleApi.ContentWarehouse.V1.Model.LegalPerson.t()] | nil,
Topic: String.t() | nil
}

Function

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

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