IndexingDupsLocalizedLocalizedClusterTargetLinkMetadata

GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkMetadata


Table of Contents ▼

Jump to a specific part of the page:

Description

Information derived from alexandria when processing the cross-link validation (e.g. when this was done the last time, or when we started to see the outlink for the first time).

Attributes List

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

View Attributes

Attributes

  1. firstSeenMs (type: String.t, default: nil)
    - When was the first time a link seen. Defaults to last crawled timestamp.
  2. lastVerifiedMs (type: String.t, default: nil)
    - When was the last time a link validated. Validation is the process of (re)reading the relevant information for a linked document from its respective row in the document table. Data needed for understanding the correctness of the cluster is copied over to have it available locally.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkMetadata{
firstSeenMs: String.t() | nil,
lastVerifiedMs: String.t() | nil
}

Function

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

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