UrlPoisoningData

GoogleApi.ContentWarehouse.V1.Model.UrlPoisoningData


Table of Contents ▼

Jump to a specific part of the page:

Description

Url poisoning information. This information is sparse: if num_spam_siblings is not populated, none of the following fields will be populated. Next tag: 6

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
  4. numSpamSiblings (type: integer(), default: nil)
    -
  5. url (type: String.t, default: nil)
    - when it is fetched from the repository. URL of the document for debugging

Type

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

Function

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

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