Voting helps other researchers find interesting modules.
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.
NotChangedTimeMs
String.t
nil
OriginalCrawlTimeMs
ReuseTimeMs
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TrawlerCrawlTimes{ NotChangedTimeMs: String.t() | nil, OriginalCrawlTimeMs: String.t() | nil, ReuseTimeMs: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()