LegalCitation

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

  1. CountryCode (type: String.t, default: nil)
    - For Courts, the country the court is in. For Statues,? 3 leter country code ISO 3166 alpha2
  2. ParseType (type: integer(), default: nil)
    -
  3. State (type: String.t, default: nil)
    - State or province of the court or statue (if applicable) What standard?
  4. Type (type: integer(), default: nil)
    - DocType
  5. courtdocument (type: GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocument, default: nil)
    -
  6. 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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.LegalCitation