LegalCitationCourtDocumentUnknownDate

GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentUnknownDate


Table of Contents ▼

Jump to a specific part of the page:

Description

Dates that we didn't fully parse, so we don't know exactly what they are, but we are keeping in case it's all we have.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. Date (type: GoogleApi.ContentWarehouse.V1.Model.LegalDate, default: nil)
    -
  2. Description (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentUnknownDate{
Date: GoogleApi.ContentWarehouse.V1.Model.LegalDate.t() | nil,
Description: String.t() | nil
}

Function

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

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