Voting helps other researchers find interesting modules.
Information associated with a docket. Note that multiple dockets can be combined and argued as one and produce a single opinion
DocketID
String.t
nil
Petitioner
list(GoogleApi.ContentWarehouse.V1.Model.LegalPerson.t)
PetitionerCounsel
Respondent
RespondentCounsel
Topic
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()