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

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

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.