View Source GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentCourt (google_api_content_warehouse v0.4.0)

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.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.