OceanDocTagCatalogSpecific

GoogleApi.ContentWarehouse.V1.Model.OceanDocTagCatalogSpecific


Table of Contents ▼

Jump to a specific part of the page:

Description

catalog-specific fields.

Attributes List

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

View Attributes

Attributes

  1. latest (type: boolean(), default: nil)
    - Is this the latest issue of this catalog series? This is required to filter results if the latest restrict is on.
  2. publicationDate (type: integer(), default: nil)
    - time_t date corresponding to the catalog publication date. Approximate when the catalog does not have an exact "date" of publication, e.g. For "Spring 2002", year, month and day are 2002, 03 and 21, respectivley. This value is used to compare catalog issues to determine the latest. The value is stored in seconds-since-epoch, 1/1/1970. This is not a problem for catalogs because we are not dealing with any catalogs from before the 70's.
  3. publicationTimeToDisplay (type: String.t, default: nil)
    - String to be displayed as catalog publication time, e.g. "Spring 2002".

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OceanDocTagCatalogSpecific{
latest: boolean() | nil,
publicationDate: integer() | nil,
publicationTimeToDisplay: String.t() | nil
}

Function

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

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