TrawlerCrawlTimes

GoogleApi.ContentWarehouse.V1.Model.TrawlerCrawlTimes


Table of Contents ▼

Jump to a specific part of the page:

Description

This is similar to CrawlDates group in FetchReplyData, except that 1) it's a message; 2) it's filled in each Redirects hop; and 3) the timestamps are in ms rather than seconds since Unix Epoch.

Attributes List

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

View Attributes

Attributes

  1. NotChangedTimeMs (type: String.t, default: nil)
    - fetched from the web. Time when the page was last
  2. OriginalCrawlTimeMs (type: String.t, default: nil)
    - Time when the page was
  3. ReuseTimeMs (type: String.t, default: nil)
    - checked but found to be the same as before. If set, timestamp to indicate

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TrawlerCrawlTimes{
NotChangedTimeMs: String.t() | nil,
OriginalCrawlTimeMs: String.t() | nil,
ReuseTimeMs: String.t() | nil
}

Function

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

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