View Source GoogleApi.ContentWarehouse.V1.Model.TrawlerCrawlTimes (google_api_content_warehouse v0.4.0)

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

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.