View Source GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentPerDocketInfo (google_api_content_warehouse v0.3.0)
Information associated with a docket. Note that multiple dockets can be combined and argued as one and produce a single opinion
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.t)
, default:nil
) - Who is bringing the action? (X in X vs. Y) -
PetitionerCounsel
(type:list(GoogleApi.ContentWarehouse.V1.Model.LegalPerson.t)
, default:nil
) - Who represents the petitioner? -
Respondent
(type:list(GoogleApi.ContentWarehouse.V1.Model.LegalPerson.t)
, default:nil
) - Who is responding to the action? (Y in X vs. Y) -
RespondentCounsel
(type:list(GoogleApi.ContentWarehouse.V1.Model.LegalPerson.t)
, default:nil
) - Who represents the respondent? -
Topic
(type:String.t
, default:nil
) - The "in re" or "matter of" field.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.