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):
Attributes
-
DocketID
(type:String.t
, default:nil
)
- An alpha-numeric (usually, mostly numeric) string used to identify the case by the court -
Petitioner
(type:list(GoogleApi.ContentWarehouse.V1.Model.LegalPerson)
, default:nil
)
- Who is bringing the action? (X in X vs. Y) -
PetitionerCounsel
(type:list(GoogleApi.ContentWarehouse.V1.Model.LegalPerson)
, default:nil
)
- Who represents the petitioner? -
Respondent
(type:list(GoogleApi.ContentWarehouse.V1.Model.LegalPerson)
, default:nil
)
- Who is responding to the action? (Y in X vs. Y) -
RespondentCounsel
(type:list(GoogleApi.ContentWarehouse.V1.Model.LegalPerson)
, default:nil
)
- Who represents the respondent? -
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
}
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