View Source GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkTargetDocData (google_api_content_warehouse v0.2.0)
Information about the URLs being validated.
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.t), default:nil) - Repeated field for data about the outgoing hreflang links that appear in the document that the currently processed URL refers to.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.