IndexingDupsLocalizedLocalizedClusterTargetLinkTargetDocData

GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkTargetDocData


Table of Contents ▼

Jump to a specific part of the page:

Description

Information about the URLs being validated.

Attributes List

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

View Attributes

Attributes

  1. contentLanguage (type: String.t, default: nil)
    - The detected on-page content language of the document.
  2. crawlStatus (type: String.t, default: nil)
    -
  3. crawlTimestampSeconds (type: integer(), default: nil)
    - The timestamp of the last crawl attempt from crawl_timestamp column.
  4. isCanonical (type: boolean(), default: nil)
    - Whether the URL being validated is canonical at the time of processing.
  5. outgoingLinkData (type: list(GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLink), default: nil)
    - Repeated field for data about the outgoing hreflang links that appear in the document that the currently processed URL refers to.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkTargetDocData{
contentLanguage: String.t() | nil,
crawlStatus: String.t() | nil,
crawlTimestampSeconds: integer() | nil,
isCanonical: boolean() | nil,
outgoingLinkData: [ GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLink.t() ] | nil
}

Function

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

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