OceanDocTagNewspaperSpecific

GoogleApi.ContentWarehouse.V1.Model.OceanDocTagNewspaperSpecific


Table of Contents ▼

Jump to a specific part of the page:

Description

Newspaper-specific fields.

Attributes List

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

View Attributes

Attributes

  1. articleRollCoords (type: String.t, default: nil)
    - Newspaper Article Roll Coordinates used to figure out the location of the article wrt the page. It is of the form x,y.
  2. newspaperDate (type: float(), default: nil)
    - Atlantis specific. Deprecated.
  3. newspaperName (type: String.t, default: nil)
    -
  4. newspaperUrl (type: String.t, default: nil)
    - Atlantis specific. Deprecated.
  5. publicationDate (type: String.t, default: nil)
    - These fields are only populated for Santorini (newspapers on goovols) formatted newspapers, not for Atlantis: YYYY.MM.DD format.
  6. publisher (type: String.t, default: nil)
    - Atlantis specific. Deprecated.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OceanDocTagNewspaperSpecific{
articleRollCoords: String.t() | nil,
newspaperDate: float() | nil,
newspaperName: String.t() | nil,
newspaperUrl: String.t() | nil,
publicationDate: String.t() | nil,
publisher: String.t() | nil
}

Function

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

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