GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentCourt
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):
Attributes
-
DisplayName
(type:String.t
, default:nil
)
- The name of the court to be displayed to users. -
Level
(type:integer()
, default:nil
)
- Maybe be redundant with the Name. We can remove this later if we don't find it useful. Court Level -
Name
(type:String.t
, default:nil
)
- Court id for matching records; "name" is a historic misnomer. -
OriginalName
(type:String.t
, default:nil
)
- The name of the court as taken directly from the source document -
namecomponent
(type:list(GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentCourtNameComponent)
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentCourt{
DisplayName: String.t() | nil,
Level: integer() | nil,
Name: String.t() | nil,
OriginalName: String.t() | nil,
namecomponent: [ GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentCourtNameComponent.t() ] | nil
}
DisplayName: String.t() | nil,
Level: integer() | nil,
Name: String.t() | nil,
OriginalName: String.t() | nil,
namecomponent: [ GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentCourtNameComponent.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentCourt