GoogleApi.ContentWarehouse.V1.Model.LegalCitation
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
View Attributes
Attributes
-
CountryCode
(type:String.t
, default:nil
)
- For Courts, the country the court is in. For Statues,? 3 leter country code ISO 3166 alpha2 -
ParseType
(type:integer()
, default:nil
)
- -
State
(type:String.t
, default:nil
)
- State or province of the court or statue (if applicable) What standard? -
Type
(type:integer()
, default:nil
)
- DocType -
courtdocument
(type:GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocument
, default:nil
)
- -
law
(type:GoogleApi.ContentWarehouse.V1.Model.LegalCitationLaw
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LegalCitation{
CountryCode: String.t() | nil,
ParseType: integer() | nil,
State: String.t() | nil,
Type: integer() | nil,
courtdocument: GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocument.t() | nil,
law: GoogleApi.ContentWarehouse.V1.Model.LegalCitationLaw.t() | nil
}
CountryCode: String.t() | nil,
ParseType: integer() | nil,
State: String.t() | nil,
Type: integer() | nil,
courtdocument: GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocument.t() | nil,
law: GoogleApi.ContentWarehouse.V1.Model.LegalCitationLaw.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.LegalCitation