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):
Attributes
-
contentLanguage
(type:String.t
, default:nil
)
- The detected on-page content language of the document. -
crawlStatus
(type:String.t
, default:nil
)
- -
crawlTimestampSeconds
(type:integer()
, default:nil
)
- The timestamp of the last crawl attempt from crawl_timestamp column. -
isCanonical
(type:boolean()
, default:nil
)
- Whether the URL being validated is canonical at the time of processing. -
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
}
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