TrawlerFetchReplyDataCrawlDates

GoogleApi.ContentWarehouse.V1.Model.TrawlerFetchReplyDataCrawlDates


Table of Contents ▼

Jump to a specific part of the page:

Description

Reuse information returned if UrlState == CRAWLED, specifying when we may have reused from cache. See also ReuseInfo below. NOTE: Please use the CrawlTimes below. CrawlDates is deprecated. use CrawlTimes instead!

Attributes List

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

View Attributes

Attributes

  1. NotChangedDate (type: integer(), default: nil)
    - fetched from the web. Timestamp indicates when
  2. OriginalCrawlDate (type: integer(), default: nil)
    - Timestamp when the page was
  3. ReuseDate (type: integer(), default: nil)
    - the page was last checked but found to be the same as before. If set, timestamp to indicate

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TrawlerFetchReplyDataCrawlDates{
NotChangedDate: integer() | nil,
OriginalCrawlDate: integer() | nil,
ReuseDate: integer() | nil
}

Function

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

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